ch.braincell.stickbackup.util
Class GuiTool

java.lang.Object
  extended by ch.braincell.stickbackup.util.GuiTool

public class GuiTool
extends java.lang.Object

Tools to build GUI's.

Author:
Andreas Studer

Constructor Summary
GuiTool()
           
 
Method Summary
static void centerWindow(java.awt.Window window)
          Centers a window on the screen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiTool

public GuiTool()
Method Detail

centerWindow

public static void centerWindow(java.awt.Window window)
Centers a window on the screen.

Parameters:
window - window to center.


Copyright © 2007. All Rights Reserved.