com.jgoodies.looks.plastic
Class PlasticXPUtils
java.lang.Object
com.jgoodies.looks.plastic.PlasticXPUtils
public final class PlasticXPUtils
- extends java.lang.Object
Consists exclusively of static methods that provide convenience behavior.
- Version:
- $Revision: 1.4 $
- Author:
- Karsten Lentzsch
Method Summary |
static void |
drawButtonBorder(java.awt.Graphics g,
int x,
int y,
int w,
int h,
java.awt.Color backgroundColor,
java.awt.Color edgeColor,
java.awt.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(java.awt.Graphics g,
int x,
int y,
int w,
int h,
java.awt.Color backgroundColor,
java.awt.Color edgeColor,
java.awt.Color cornerColor)
- Draws a button border for an xp button with the given colors.
Copyright © 2001-2008 JGoodies Karsten Lentzsch. All Rights Reserved.