public class SwingUtils extends Object
Constructor and Description |
---|
SwingUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
childHasFocus(Component parent) |
static boolean |
isChildComponent(Component parent,
Component child) |
static void |
setNativeLF()
Sets the native look and feel of the current operating system by invoking
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()) . |
public SwingUtils()
public static boolean childHasFocus(Component parent)
public static boolean isChildComponent(Component parent, Component child)
public static void setNativeLF()
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName())
.
Possible exceptions are ignored.