javax.swing
protected class JViewport.ViewListener extends ComponentAdapter implements Serializable
Constructor Summary | |
---|---|
protected | ViewListener()
Creates a new instance of ViewListener. |
Method Summary | |
---|---|
void | componentResized(ComponentEvent ev)
Receives notification when a component (in this case: the view
component) changes it's size. |
Parameters: ev the ComponentEvent describing the change