be.lassi.ui.util
Class Screen
java.lang.Object
be.lassi.ui.util.Screen
public class Screen
- extends java.lang.Object
Method Summary |
static void |
locateOnCenter(java.awt.Component component)
Locates given component on the center of the screen. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
locateOnCenter
public static void locateOnCenter(java.awt.Component component)
- Locates given component on the center of the screen.
- Parameters:
component
- the component to be centered