JAVA数字拼图游戏

JAVA数字拼图游戏

ID:43058923

大小:15.36 KB

页数:18页

时间:2019-09-26

JAVA数字拼图游戏_第1页
JAVA数字拼图游戏_第2页
JAVA数字拼图游戏_第3页
JAVA数字拼图游戏_第4页
JAVA数字拼图游戏_第5页
资源描述:

《JAVA数字拼图游戏》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、importjava.awt.*;importjava.awt.event.*;importjava.util.*;importjava.text.SimpleDateFormat;importjava.awt.Point;importjava.lang.*;importjava.math.*;importjava.sql.*;importjava.io.*;importjava.io.File;importjava.net.URL;importjava.applet.*;classMyWindowListenerextendsWindo

2、wAdapter{publicvoidwindowClosing(WindowEvente)//正在关闭窗口时{e.getWindow().setVisible(false);((Window)e.getComponent()).dispose();System.exit(0);}}classMyButtonListener4implementsActionListener//排行榜对话框“确认”和出错“确定”按钮事件响应{publicvoidactionPerformed(ActionEvente){Dialogd=(Dialog)((

3、Button)e.getSource()).getParent();d.setVisible(false);d.dispose();}}classMyWindowListener5extendsWindowAdapter//关闭子窗口事件响应{publicvoidwindowClosing(WindowEvente){e.getWindow().setVisible(false);((Window)e.getComponent()).dispose();}}classErrorDialogextendsDialog//出错对话框{priv

4、ateStringstr;publicErrorDialog(Dialogowner,Strings){super(owner);str=s;}publicvoidinit(){setTitle("出错");setModal(true);setBounds(500,200,400,150);setResizable(false);Buttonb=newButton("确定");b.setFont(newFont("隶书",Font.BOLD,20));b.setBounds(170,100,60,30);setLayout(null);a

5、dd(b);b.addActionListener(newMyButtonListener4());addWindowListener(newMyWindowListener5());setVisible(true);}publicvoidpaint(Graphicsg){g.setFont(newFont("楷体",Font.BOLD,20));g.drawString(str,20,60);}}classPaiHangDialogextendsDialog//排行榜对话框{privateLabell[];publicPaiHangDi

6、alog(Dialogowner){super(owner);setTitle("排行榜");setModal(true);setBounds(500,200,200,400);setResizable(false);Buttonb=newButton("关闭");b.setFont(newFont("隶书",Font.BOLD,10));b.setBounds(100,360,60,30);setLayout(null);add(b);l=newLabel[5];for(inti=0;i<5;i++){l[i]=newLabel("")

7、;add(l[i]);l[i].setBounds(25,50+i*45,150,30);l[i].setBackground(Color.yellow);l[i].setForeground(Color.red);}b.addActionListener(newMyButtonListener4());addWindowListener(newMyWindowListener5());}publicvoidSetText(Strings[]){for(inti=0;i<5;i++){l[i].setText(s[i]);}setVisi

8、ble(true);}}classChengJiDialogextendsDialog//记录成绩对话框{privatePaiHangph=newPaiHang();privateLabell

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。