実際の使い方は次のようになります。 JPanel p = new JPanel(); p.setLayout(null); JButton button = new JButton("button"); button.setBounds(10, ...
確定! 回上一頁