название
This commit is contained in:
parent
c7d2376962
commit
1dc780afc9
@ -2,7 +2,7 @@ import javax.swing.*;
|
|||||||
|
|
||||||
public class Main {
|
public class Main {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
JFrame frame = new JFrame("Hard №1");
|
JFrame frame = new JFrame("Hard №2");
|
||||||
frame.setContentPane(new FormMap().Mainpanel);
|
frame.setContentPane(new FormMap().Mainpanel);
|
||||||
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