Мелкие доработки №2.
This commit is contained in:
parent
20701bee8e
commit
7bd836461b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user