com.jgoodies.looks.plastic
Class PlasticXPUtils
java.lang.Object
com.jgoodies.looks.plastic.PlasticXPUtils
public final class PlasticXPUtils
- extends Object
Consists exclusively of static methods that provide convenience behavior.
- Version:
- $Revision: 1.1 $
- Author:
- Karsten Lentzsch
Method Summary |
static void |
drawButtonBorder(Graphics g,
int x,
int y,
int w,
int h,
Color backgroundColor,
Color edgeColor,
Color cornerColor)
Draws a button border for an xp button with the given colors. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
drawButtonBorder
public static void drawButtonBorder(Graphics g,
int x,
int y,
int w,
int h,
Color backgroundColor,
Color edgeColor,
Color cornerColor)
- Draws a button border for an xp button with the given colors.
Copyright © 2001-2007 JGoodies Karsten Lentzsch. All Rights Reserved.