|
@ -5,6 +5,7 @@ public class Main { |
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
public static void main(String[] args) { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
java.awt.EventQueue.invokeLater(new Runnable() { |
|
|
java.awt.EventQueue.invokeLater(new Runnable() { |
|
|
@Override |
|
|
@Override |
|
|
public void run() { |
|
|
public void run() { |
|
@ -15,7 +16,6 @@ public class Main { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// JFrame jFrame = new JFrame(); |
|
|
// JFrame jFrame = new JFrame(); |
|
|
// jFrame.setVisible(true); |
|
|
// jFrame.setVisible(true); |
|
|
// jFrame.setBounds(300, 300, 500, 500); |
|
|
// jFrame.setBounds(300, 300, 500, 500); |
|
|