求一个JAVA 小程序 代码 1000行左右 能运行 立即给分!!!急急急...

随便什么JAVA程序附上代码的解释... 随便什么JAVA 程序 附上 代码的解释 展开
 我来答
阿韶blVYI
2014-06-23 · 超过46用户采纳过TA的回答
知道答主
回答量:104
采纳率:0%
帮助的人:91.1万
展开全部
JAVA 开发修复U盘工具 更多代码参见本人QQ空间 public class Utatill extends JFrame { private JComboBox F=new JComboBox(); private JLabel hint =new JLabel("提示:请选择U盘"); private JLabel BQ =new JLabel("<html><href> 版权所有:奇缘网络</href></html>"); private JLabel Border =new JLabel(); private JLabel happyimage =new JLabel(new ImageIcon("new.gif")); private JButton enter=new JButton("确定"); private JButton quit=new JButton("取消"); private JRadioButton defunt= new JRadioButton("默认",true); private JRadioButton all= new JRadioButton("全盘"); private ButtonGroup bg=new ButtonGroup(); public Utatill() { super.setTitle("U盘文件恢复"); super.setAlwaysOnTop(true); super.setSize(300, 400); super.setLocation(720, 200); super.setResizable(false); super.setDefaultCloseOperation(3); super.setLayout(null); String[] A=new String[26]; for(int i=0;i<26;i++) { A=(char)(i+65)+""; F.addItem(A); } F.setSize(80,20); F.setLocation(25,70); super.add(F); defunt.setSize(60,30); defunt.setLocation(125,30); super.add(defunt); all.setSize(60,30); all.setLocation(184,30); super.add(all); bg.add(all); bg.add(defunt); hint.setSize(180,30); hint.setLocation(10,30); super.add(hint); happyimage.setSize(248,180); happyimage.setLocation(32,135); Border.setBorder(new TitledBorder("牛年吉祥")); super.add(happyimage); Border.setSize(268,209); Border.setLocation(22,115); super.add(Border); BQ.setFont(new Font("宋体",Font.PLAIN,12)); BQ.setSize(120,25); BQ.setLocation(22,325); super.add(BQ); enter.setSize(60,30); enter.setLocation(130,66); super.add(enter); quit.setSize(60,30); quit.setLocation(200,66); super.add(quit); ActionListener(); initialization(); }
源阑xp
2014-06-23 · TA获得超过192个赞
知道答主
回答量:175
采纳率:0%
帮助的人:146万
展开全部
给你个俄罗斯方块的代码。 我的email:likealice@live.cn 1000+代码 + 注释。
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式