org.nakedobjects.viewer.lightweight.options
Class CloseButton

java.lang.Object
  extended byorg.nakedobjects.viewer.lightweight.options.WindowButton
      extended byorg.nakedobjects.viewer.lightweight.options.CloseButton
All Implemented Interfaces:
Control

public class CloseButton
extends WindowButton


Constructor Summary
CloseButton()
           
 
Method Summary
 void paint(Canvas canvas, Color color)
           
 
Methods inherited from class org.nakedobjects.viewer.lightweight.options.WindowButton
getBounds, getRequiredSize, invoke, paint, setBounds, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CloseButton

public CloseButton()
Method Detail

paint

public void paint(Canvas canvas,
                  Color color)
Specified by:
paint in class WindowButton