lms.java
来自「模拟图书馆管理系统 实现了各种图书馆管理功能」· Java 代码 · 共 17 行
JAVA
17 行
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 + =
减小字号Ctrl + -
显示快捷键?