com.jgoodies.looks.plastic

Class 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 voiddrawButtonBorder(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.

Method Detail

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.