10月11日学习日志

今天学习了Java swing中的基本组件。

(1)顶层容器::常用有JFrame,JDialog

(2)中间容器:JPanel,JOptionPane,JScrollPane,JLayeredPane 等,主要以panel结尾。

(3)基本组件:JLabel,JButton,JTextField,JPasswordField,JRadioButton 等。

 

 

原文地址:https://www.cnblogs.com/20193925zxt/p/14157458.html