ボタン・テキストフィールド・テキストエリア・ラベルの宣言

//ボタン
JButton btn = new JButton();
//テキストフィールド
JTextField tf = new JTextField();
//テキストエリア
JTextArea ta = new JTextArea();
最終更新:2008年02月23日 23:58