JFrame fj = new JFrame("Demonstration of Border Layout"); fj.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); JButton jbtn1 = new JButton("UP");
確定! 回上一頁