setBounds (20, 20, 360, 80); a.add(f); javax.swing.JButton g = new javax.swing.JButton("MC"); // 設置前景色 g.setForeground(Color.RED); g.setBounds(10, 120 ...
確定! 回上一頁