static final JButton button = new JButton("Make an Order"); ... button.setBounds(50, 30, 150, 30); frame.add(button); frame.setSize(300, 300);
確定! 回上一頁