摘要: 自定义位置public class Swing_demo2 { public static void main(String[] args) { JFrame jframe =new JFrame("标题"); jframe.set... 阅读全文
posted @ 2018-04-22 13:53 hunterxing 阅读(2066) 评论(0) 推荐(0) 编辑
摘要: import java.awt.*;import javax.swing.*;public class swingDemo { private static void addComponentsToPane(Container pane) { pa... 阅读全文
posted @ 2018-04-19 20:46 hunterxing 阅读(251) 评论(0) 推荐(0) 编辑
摘要: import java.awt.*;import javax.swing.*;public class A_simple_caculator { private static void addComponentsToPane(Container pane) { ... 阅读全文
posted @ 2018-04-18 09:31 hunterxing 阅读(195) 评论(0) 推荐(0) 编辑