A.JTextField b = new JtextField("關(guān)閉");
B.JTextArea b = new JTextArea("關(guān)閉");
C.JButton b = new Jbutton("關(guān)閉");
D.JCheckbox b = new Jcheckbox("關(guān)閉");
A. 按鈕
B. 頂層容器
C. 標(biāo)簽
D. 菜單
A.FlowLayout
B.BoederLayout
C.BoxLayout
D.CardLayout