название

This commit is contained in:
Макс Бондаренко 2022-11-30 10:32:51 +04:00
parent c7d2376962
commit 1dc780afc9

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