public class SwingUtil
extends java.lang.Object
| Constructor and Description |
|---|
SwingUtil() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.JMenuItem |
createMenuItem(java.lang.String text,
java.lang.String actionCommand,
java.awt.event.ActionListener actionListener) |
static void |
scrollToCenter(javax.swing.JScrollPane scrollPane,
int x,
int y) |
static java.lang.Object |
visualError(java.lang.String message,
java.lang.Throwable t) |
public static void scrollToCenter(javax.swing.JScrollPane scrollPane,
int x,
int y)
public static java.lang.Object visualError(java.lang.String message,
java.lang.Throwable t)
public static javax.swing.JMenuItem createMenuItem(java.lang.String text,
java.lang.String actionCommand,
java.awt.event.ActionListener actionListener)