- 窗口类(JFrame)
JFrame()
JFrame("")
方法:
setTitle()
setSize()
setLocation()
setBounds()
setReSizable()
setDefaultCloseOperation()
setVisible(true)
- JPanel
setLayout()
setBackground(Color.blue)
颜色类:Color
- 控件
-
JLabel
setText() getText() setSize() setLocation() setBounds() setIcon()
-
JButton
-
JTextField
-
JPasswordField
.... getEchoChar()
-
JTextArea
.... setLineWrap()
-
JScrollPane
-
JRadioButton
-
ButtonGroup
-
JCheckBox
-
JProgressBar
setValue() setString() setStringPainted(true)
-
JList
-
JComboBox
-
JTable
-
菜单
JMenuBar JMenu JMenuItem