PIbd-11_Zakharov_I.E._LabWork01_Hard #1

Closed
VirBiuM wants to merge 3 commits from LabWork01 into main
Showing only changes of commit 386e4d3251 - Show all commits

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);