setLayout(null); JButton b1 = new JButton("英雄1"); // 指定位置和大小b1.setBounds(50, 50, 80, 30); JButton b2 = new JButton("英雄2"); b2.
確定! 回上一頁