Skip to content
/ mine Public

扫雷游戏实现,界面使用awt和swing

Notifications You must be signed in to change notification settings

LiHang941/mine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

扫雷游戏

启动,或者启动xyz.lihang.test.test.main方法

public static void main(String[] args) {
		EventQueue.invokeLater(new Runnable() {
			public void run() {
				try {
					MainWindow frame =MainWindow.getMainWondowInstance();
					frame.setVisible(true);
				} catch (Exception e) {
					e.printStackTrace();
				}
			}
		});
	}

界面:

About

扫雷游戏实现,界面使用awt和swing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages