com.jgoodies.looks.plastic

Class PlasticXPUtils


public final class PlasticXPUtils
extends java.lang.Object

Consists exclusively of static methods that provide convenience behavior.
Version:
$Revision: 1.3 $
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.

Method Details

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-2008 JGoodies Karsten Lentzsch. All Rights Reserved.