com.jp.comp.calendar
Class CalendarPanel.CalendarHeaderBorder

java.lang.Object
  extended byjavax.swing.border.AbstractBorder
      extended bycom.jp.comp.calendar.CalendarPanel.CalendarHeaderBorder
All Implemented Interfaces:
javax.swing.border.Border, java.io.Serializable
Enclosing class:
CalendarPanel

protected class CalendarPanel.CalendarHeaderBorder
extends javax.swing.border.AbstractBorder

Calendar's header border

See Also:
Serialized Form

Constructor Summary
protected CalendarPanel.CalendarHeaderBorder()
           
 
Method Summary
 void paintBorder(java.awt.Component aComponent, java.awt.Graphics aGraphics, int aX, int aY, int aWidth, int aHeight)
           
 
Methods inherited from class javax.swing.border.AbstractBorder
getBorderInsets, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarPanel.CalendarHeaderBorder

protected CalendarPanel.CalendarHeaderBorder()
Method Detail

paintBorder

public void paintBorder(java.awt.Component aComponent,
                        java.awt.Graphics aGraphics,
                        int aX,
                        int aY,
                        int aWidth,
                        int aHeight)