⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lms.java

📁 模拟图书馆管理系统 实现了各种图书馆管理功能
💻 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 + -