com.damnhandy.aspects.bean.test
Class TutorialUtils

java.lang.Object
  extended by com.damnhandy.aspects.bean.test.TutorialUtils

public final class TutorialUtils
extends java.lang.Object

Consists only of static methods that return instances reused in multiple examples of the JGoodies Binding tutorial.

Version:
$Revision$
Author:
Karsten Lentzsch

Method Summary
static java.beans.PropertyChangeListener createDebugPropertyChangeListener()
           
static javax.swing.Action getCloseAction()
           
static void locateOnScreenCenter(java.awt.Component component)
          Locates the given component on the screen's center.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createDebugPropertyChangeListener

public static java.beans.PropertyChangeListener createDebugPropertyChangeListener()

getCloseAction

public static javax.swing.Action getCloseAction()

locateOnScreenCenter

public static void locateOnScreenCenter(java.awt.Component component)
Locates the given component on the screen's center.

Parameters:
component - the component to be centered


Copyright © 2005 Ryan J. McDonough All Rights Reserved.