#眉標=Eclipse #副標=OpenSource整合性開發工具(5) #大標=快速建立GUI介面的Plug-in-Jigloo #作者=文/Doug Chen ======程式====== JFrame f = new JFrame("a frame"); ======程式====== ======程式====== JPanel jp= new JPanel(); jp.setLayout(new GridLayout(2,2) ); ======程式====== ======程式====== JButton b = new JButton("do it!"); jp.add(b); f.getContentPane().add(jp,BorderLayout.CENTER); (相關資源1) ======程式====== ======程式====== http://cloudgarden1.com/update-site/ ======程式======