AbstractButton
|
+ setMargin(Insets)
+ setIcon(Icon)
+ setSelectedIcon(Icon)
+ setPressedIcon(Icon)
+ setDisabledIcon(Icon)
+ setDisabledSelectedIcon(Icon)
+ setRolloverIcon(Icon)
+ setRolloverSelectedIcon(Icon)
+ setModel(ButtonModel)
|
|
JList
|
+ setCellRenderer(ListCellRenderer)
+ setFixedCellHeight(int)
+ setFixedCellWidth(int)
+ setLayoutOrientation(int)
+ setModel(ListModel)
+ setPrototypeCellValue(Object)
+ setSelectionBackground(Color)
+ setSelectionForeground(Color)
+ setSelectionModel(ListSelectionModel)
|
|