public class UIUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.awt.image.BufferedImage |
checkMark |
static java.awt.image.BufferedImage |
crossSign |
static java.awt.image.BufferedImage |
nextSign |
static java.awt.image.BufferedImage |
plusSign |
Constructor and Description |
---|
UIUtils() |
Modifier and Type | Method and Description |
---|---|
static org.deckfour.uitopia.ui.components.ImageButton |
createCheckMarkButton() |
static org.deckfour.uitopia.ui.components.ImageButton |
createCrossSignButton() |
static org.deckfour.uitopia.ui.components.ImageButton |
createNextSignButton() |
static org.deckfour.uitopia.ui.components.ImageButton |
createPlusButton() |
public static java.awt.image.BufferedImage checkMark
public static java.awt.image.BufferedImage plusSign
public static java.awt.image.BufferedImage crossSign
public static java.awt.image.BufferedImage nextSign
public static org.deckfour.uitopia.ui.components.ImageButton createCheckMarkButton()
public static org.deckfour.uitopia.ui.components.ImageButton createPlusButton()
public static org.deckfour.uitopia.ui.components.ImageButton createCrossSignButton()
public static org.deckfour.uitopia.ui.components.ImageButton createNextSignButton()