mirror of
https://github.com/pen4uin/java-memshell-generator.git
synced 2026-09-22 01:30:43 +08:00
update: jmg-gui GUIApp
This commit is contained in:
+2
-2
@@ -5,10 +5,10 @@ import jmg.gui.form.jMGForm;
|
||||
|
||||
import javax.swing.*;
|
||||
|
||||
public class jMGApp {
|
||||
public class GUIApp {
|
||||
public static void main(String[] args) {
|
||||
FlatLightLaf.setup();
|
||||
SwingUtilities.invokeLater(jMGApp::createAndShowGUI);
|
||||
SwingUtilities.invokeLater(GUIApp::createAndShowGUI);
|
||||
}
|
||||
|
||||
private static void createAndShowGUI() {
|
||||
Reference in New Issue
Block a user