Package org.rspeer.commons.swing
Class SwingCommons
java.lang.Object
org.rspeer.commons.swing.SwingCommons
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
createPlaceholder
(String text, JTextComponent component) static BufferedImage
getIcon()
static BufferedImage
getLogo()
static BufferedImage
static BufferedImage
resizeImage
(BufferedImage image, int newWidth, int newHeight) static BufferedImage
resizeImage
(BufferedImage image, int newWidth, int newHeight, boolean maintainAspectRatio) static void
setStrictSize
(Component component, int width, int height) static BufferedImage
toBufferedImage
(Image image)
-
Constructor Details
-
SwingCommons
public SwingCommons()
-
-
Method Details
-
setStrictSize
-
getScriptImage
-
getLogo
-
getIcon
-
createPlaceholder
-
resizeImage
-
resizeImage
public static BufferedImage resizeImage(BufferedImage image, int newWidth, int newHeight, boolean maintainAspectRatio) -
toBufferedImage
-