public class WindowCenterer extends Object
| Constructor and Description | 
|---|
WindowCenterer()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
center(Window window)
Takes a window and centers it. 
 | 
void | 
centerAndResizeToNearlyMaximized(Window window)
Takes a window and makes ot 0.75x the size of the screen, then centers it 
 | 
void | 
centerBig(Window window)
Nearly-maximizes a Window in the center of the screen. 
 | 
public void centerAndResizeToNearlyMaximized(Window window)
public void centerBig(Window window)
public void center(Window window)