📄 lms.java
字号:
public class LMS {
public static void main(String argv[]){
System.out.println("HelloWorld");
//ReaderUpdateDialog a = new ReaderUpdateDialog(null,"123");
//a.show();
LoginFrame loginFrame = new LoginFrame();
//ReaderLoginFrame temp = new ReaderLoginFrame();
// BookFrame temp2 = new BookFrame();
// InsertBookFrame temp3 = new InsertBookFrame();
//BookDataDialog temp = new BookDataDialog(null);
//temp.show();
//TableDialog test = new TableDialog(null);
//test.show();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -