Skip to content

Commit 0b13cd1

Browse files
committed
update: jmg-gui GUIApp
1 parent 6d14555 commit 0b13cd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
import javax.swing.*;
77

8-
public class jMGApp {
8+
public class GUIApp {
99
public static void main(String[] args) {
1010
FlatLightLaf.setup();
11-
SwingUtilities.invokeLater(jMGApp::createAndShowGUI);
11+
SwingUtilities.invokeLater(GUIApp::createAndShowGUI);
1212
}
1313

1414
private static void createAndShowGUI() {

0 commit comments

Comments
 (0)