JComboBox
(下拉菜单)
addItem(),getSelectedItem(),setEditable()
ComboBoxEditor接口,ListCellRenderer渲染
Icon接口,由ImageIcon实现
Jcomponent,提示信息,setBorder设置边框
JList
DefaultListModel,ListSelectedionListener
JTextField:JPasswordField,JFormattedTextField
Document接口
JOptionPane,Message boxes对话框
showConfirmDialogue,showOptionDialogue,showInputDialogue
JDialog
JSlider,JProgressBar
JMenubar+JMenu+JMenuItem
setMenuBar
绘图
JComponent–Graphics
改写paintComponent