|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.ComponentAdapter | +--allensoft.gui.WindowResizer
Listens to window resizing events and if a window is made smaller than its minimum size it will be resized to its minimum size.
Constructor Summary | |
WindowResizer()
|
Method Summary | |
void |
componentResized(java.awt.event.ComponentEvent e)
|
static void |
limitSizes(java.awt.Window window)
|
Methods inherited from class java.awt.event.ComponentAdapter |
componentHidden, componentMoved, componentShown |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WindowResizer()
Method Detail |
public static void limitSizes(java.awt.Window window)
public void componentResized(java.awt.event.ComponentEvent e)
componentResized
in class java.awt.event.ComponentAdapter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |