public class SwingUtil
extends java.lang.Object
| Constructor and Description |
|---|
SwingUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
center(javax.swing.JDialog dialog)
Center JDialog.
|
static void |
center(javax.swing.JFrame frame)
Center JFrame.
|
static void |
enableJDK5AntiAliasedText()
Turns on anti-aliased text.
|
static void |
enforceJEditorPaneFont(javax.swing.JEditorPane jEditorPane,
java.awt.Font font)
Enforces JEditorPane font.
|
static void |
scrollToTop(javax.swing.JScrollPane scrollPane)
Scrolls scroll pane to the top left corner.
|
static void |
scrollToTopLater(javax.swing.JScrollPane scrollPane)
Scrolls scroll pane to the top left corner a bit later.
|
public static void enableJDK5AntiAliasedText()
public static void scrollToTop(javax.swing.JScrollPane scrollPane)
public static void scrollToTopLater(javax.swing.JScrollPane scrollPane)
scrollToTop(JScrollPane)public static void center(javax.swing.JFrame frame)
public static void center(javax.swing.JDialog dialog)
public static void enforceJEditorPaneFont(javax.swing.JEditorPane jEditorPane,
java.awt.Font font)
Copyright © 2003-2013 Jodd Team