| java.lang.Object com.jgoodies.looks.windows.WindowsUtils
WindowsUtils | final class WindowsUtils (Code) | | Drawing utils.
author: Karsten Lentzsch version: $Revision: 1.4 $ |
Method Summary | |
static void | drawFlush3DBorder(Graphics g, int x, int y, int w, int h) | static void | drawPressed3DBorder(Graphics g, int x, int y, int w, int h) | public static void | drawRoundedDashedRect(Graphics g, int x, int y, int width, int height) |
drawFlush3DBorder | static void drawFlush3DBorder(Graphics g, int x, int y, int w, int h)(Code) | | |
drawPressed3DBorder | static void drawPressed3DBorder(Graphics g, int x, int y, int w, int h)(Code) | | |
drawRoundedDashedRect | public static void drawRoundedDashedRect(Graphics g, int x, int y, int width, int height)(Code) | | |
|
|