Исправил класс доп прорисовки
This commit is contained in:
parent
a15eaf4b35
commit
386e4d3251
@ -3,7 +3,7 @@ import javax.swing.*;
|
|||||||
public class Main {
|
public class Main {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
JFrame.setDefaultLookAndFeelDecorated(false);
|
JFrame.setDefaultLookAndFeelDecorated(false);
|
||||||
JFrame frame = new JFrame("FormSeaplane");
|
JFrame frame = new JFrame("Истребитель");
|
||||||
frame.setContentPane(new FormAirFighter().mainBox);
|
frame.setContentPane(new FormAirFighter().mainBox);
|
||||||
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
||||||
frame.setLocation(500, 200);
|
frame.setLocation(500, 200);
|
||||||
|
Loading…
Reference in New Issue
Block a user