parent
af54bac13c
commit
c51e919273
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,15 @@
|
|||||||
|
package menu;
|
||||||
|
|
||||||
|
import javax.swing.*;
|
||||||
|
import joggle.joggle;
|
||||||
|
|
||||||
|
public class CreateWindow {
|
||||||
|
public static JFrame page = new JFrame("创作窗口");
|
||||||
|
public static void setPage(){
|
||||||
|
page.setSize(1500,1000);
|
||||||
|
page.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
|
||||||
|
page.setResizable(false);
|
||||||
|
page.setLocationRelativeTo(null);
|
||||||
|
page.setVisible(true);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue