scratch.danyel.sample
Class CircleLayout.SpringDimensionChecker

java.lang.Object
  extended by java.awt.event.ComponentAdapter
      extended by scratch.danyel.sample.CircleLayout.SpringDimensionChecker
All Implemented Interfaces:
ComponentListener, EventListener
Enclosing class:
CircleLayout

public class CircleLayout.SpringDimensionChecker
extends ComponentAdapter


Constructor Summary
CircleLayout.SpringDimensionChecker()
           
 
Method Summary
 void componentResized(ComponentEvent e)
           
 
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

CircleLayout.SpringDimensionChecker

public CircleLayout.SpringDimensionChecker()
Method Detail

componentResized

public void componentResized(ComponentEvent e)
Specified by:
componentResized in interface ComponentListener
Overrides:
componentResized in class ComponentAdapter