public class ProMButtonFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ButtonType_Cancel |
static int |
ButtonType_Next |
static int |
ButtonType_OK |
static int |
ButtonType_Prev |
Constructor and Description |
---|
ProMButtonFactory() |
Modifier and Type | Method and Description |
---|---|
static javax.swing.JButton |
createGreenButton(int btnType,
java.lang.String label) |
static javax.swing.JButton |
createRedButton(int btnType,
java.lang.String label) |
static java.awt.image.BufferedImage |
loadImage(int iconType) |
public static int ButtonType_OK
public static int ButtonType_Next
public static int ButtonType_Prev
public static int ButtonType_Cancel
public static java.awt.image.BufferedImage loadImage(int iconType)
public static javax.swing.JButton createGreenButton(int btnType, java.lang.String label)
public static javax.swing.JButton createRedButton(int btnType, java.lang.String label)