Исправил класс доп прорисовки

This commit is contained in:
Иван Захаров 2024-03-25 14:19:36 +04:00
parent a15eaf4b35
commit 386e4d3251

View File

@ -3,7 +3,7 @@ import javax.swing.*;
public class Main {
public static void main(String[] args) {
JFrame.setDefaultLookAndFeelDecorated(false);
JFrame frame = new JFrame("FormSeaplane");
JFrame frame = new JFrame("Истребитель");
frame.setContentPane(new FormAirFighter().mainBox);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.setLocation(500, 200);