Wellcom to my Blog for Javascript

2014年5月13日

java GUI的效果图

摘要: import java.awt.*;import javax.swing.*;public class GridBagDemo extends JFrame { public static void main(String args[]) { GridBagDemo demo = new GridB... 阅读全文

posted @ 2014-05-13 15:12 温柔的鲨鱼 阅读(1278) 评论(3) 推荐(0) 编辑

java画按钮的边框

摘要: import javax.swing.*;import java.awt.*;public class demo_4{ public static void main(String [] args) { demo_4_1 aa=new demo_4_1(); }}class demo_4_1 ex... 阅读全文

posted @ 2014-05-13 10:20 温柔的鲨鱼 阅读(1970) 评论(0) 推荐(0) 编辑

java添加菜单项目

摘要: 阅读全文

posted @ 2014-05-13 09:58 温柔的鲨鱼 阅读(351) 评论(0) 推荐(0) 编辑

javaswing----->>>>.

摘要: import java.awt.*;import javax.swing.*;public class demo_3{ public void JFrameContanier() { JFrame jf=new JFrame(); jf.setSize(300,200); jf.setVisi... 阅读全文

posted @ 2014-05-13 09:38 温柔的鲨鱼 阅读(158) 评论(0) 推荐(0) 编辑

导航