Мелкие доработки №2.

This commit is contained in:
Programmist73 2022-11-07 10:41:30 +04:00
parent 20701bee8e
commit 7bd836461b

View File

@ -1,7 +1,8 @@
import javax.swing.*;
public class Main {
public static void main(String[] args) {
public static void main(String[] args)
{
JFrame frame = new JFrame("Airbus");
frame.setContentPane(new FormPlane().MainPanel);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);