org.mindswap.utils
Class SwingUtils

java.lang.Object
  extended by org.mindswap.utils.SwingUtils

public class SwingUtils
extends java.lang.Object

Author:
Evren Sirin

Field Summary
static java.awt.event.ActionListener windowCloserAction
           
 
Constructor Summary
SwingUtils()
           
 
Method Summary
static void centerFrame(java.awt.Window frame)
           
static void showMessage(java.lang.String title, java.lang.String str)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

windowCloserAction

public static final java.awt.event.ActionListener windowCloserAction
Constructor Detail

SwingUtils

public SwingUtils()
Method Detail

centerFrame

public static void centerFrame(java.awt.Window frame)

showMessage

public static void showMessage(java.lang.String title,
                               java.lang.String str)


Copyright © 2004 Evren Sirin. All Rights Reserved.