public interface GUIListCellRenderer
A ListCellRenderer
that implements resizing after screen resolution
changes.
Method Summary | |
---|---|
void |
updateResolution(int screenWidth,
int screenHeight)
Updates the location and size to a new screen resolution. |
Methods inherited from interface javax.swing.ListCellRenderer |
---|
getListCellRendererComponent |
Method Detail |
---|
void updateResolution(int screenWidth, int screenHeight)
screenWidth
- the new screen widthscreenHeight
- the new screen height