public class GameField{ private JButton button; public GameField(String text) { button = new JButton(text); // do your stuff here } public JButton ...
確定! 回上一頁