org.jdesktop.swingx.plaf.windows
Class WindowsTipOfTheDayUI.TipAreaBorder

java.lang.Object
  extended by org.jdesktop.swingx.plaf.windows.WindowsTipOfTheDayUI.TipAreaBorder
All Implemented Interfaces:
Border
Enclosing class:
WindowsTipOfTheDayUI

public static class WindowsTipOfTheDayUI.TipAreaBorder
extends Object
implements Border


Constructor Summary
WindowsTipOfTheDayUI.TipAreaBorder()
           
 
Method Summary
 Insets getBorderInsets(Component c)
           
 boolean isBorderOpaque()
           
 void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsTipOfTheDayUI.TipAreaBorder

public WindowsTipOfTheDayUI.TipAreaBorder()
Method Detail

getBorderInsets

public Insets getBorderInsets(Component c)
Specified by:
getBorderInsets in interface Border

isBorderOpaque

public boolean isBorderOpaque()
Specified by:
isBorderOpaque in interface Border

paintBorder

public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int width,
                        int height)
Specified by:
paintBorder in interface Border


Copyright © 2012. All Rights Reserved.