public class SwingUtils
extends java.lang.Object
| Constructor and Description |
|---|
SwingUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
center(javax.swing.JDialog frame)
Centre un dialog
|
static void |
center(javax.swing.JFrame frame)
Centre une fenetre
|
static void |
center(javax.swing.JInternalFrame frame,
java.awt.Rectangle bounds) |
static void |
recurseSetEnable(javax.swing.JComponent comp,
boolean enable)
permet la désactivation/activation d'un ensemble de composans
|
public static void center(javax.swing.JFrame frame)
frame - public static void center(javax.swing.JInternalFrame frame,
java.awt.Rectangle bounds)
public static void center(javax.swing.JDialog frame)
frame - public static void recurseSetEnable(javax.swing.JComponent comp,
boolean enable)
comp - enable -