Bondarenko M.S. Lab Work 2 #2

Closed
maxnes3 wants to merge 10 commits from LabWork_02 into LabWork_01
Showing only changes of commit 1dc780afc9 - Show all commits

View File

@ -2,7 +2,7 @@ import javax.swing.*;
public class Main {
public static void main(String[] args) {
JFrame frame = new JFrame("Hard №1");
JFrame frame = new JFrame("Hard №2");
frame.setContentPane(new FormMap().Mainpanel);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.setLocation(500, 200);