Interface GUIListCellRenderer<T>
- Type Parameters:
T- the type of the list elements
- All Superinterfaces:
ListCellRenderer<T>
- All Known Implementing Classes:
CharacterCellRenderer,ItemItemCellRenderer,MetaElementCellRenderer
A
ListCellRenderer that implements resizing after screen resolution
changes.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetSize(int width, int height) Updates the component's size.Methods inherited from interface javax.swing.ListCellRenderer
getListCellRendererComponent
-
Method Details
-
setSize
void setSize(int width, int height) Updates the component's size.- Parameters:
width- the new widthheight- the new height
-