package org.liky.game.test; import org.liky.game.frame.FiveChessFrame; public class Test { public static void main(String[] args) { /*MyChessFrame mf = new MyChessFrame();*/ //JOptionPane.showMessageDialog(mf, " 我的信息 "); /*int result = JOptionPane.showConfirmDialog(mf, " 我的确认信息,现在要开始游戏吗? "); if (result == 0 ) { JOptionPane.showMessageDialog(mf, "游戏开始"); } if (result == 1) { JOptionPane.showMessageDialog(mf, "游戏结束") ; } if (result == 2) { JOptionPane.showMessageDialog(mf, "请从新选择"); }*/ /*String username = JOptionPane.showInputDialog("请输入你的姓名: "); if (username != null) { System.out.println(username ); JOptionPane.showMessageDialog(mf, "输入的姓名为:"+username ); } else { JOptionPane.showMessageDialog(mf, "请重新输入你的姓名!"); }*/ FiveChessFrame ff = new FiveChessFrame(); } }

可不可以吃香菜 LV1
2024年12月12日
fulong1001 LV5
2024年11月6日
王少波 LV5
2024年4月1日
张晨荣 LV1
2023年12月19日
2386136609 LV1
2023年12月17日
wangjialiang1 LV17
2023年8月20日
2385649653 LV7
2023年6月25日
heweimin LV13
2023年4月27日
fenghuijun LV26
2023年3月27日
刘鹏yyds LV10
2022年12月21日