edu.stanford.hci.r3.util.graphics
Class SplashScreenUtils

java.lang.Object
  extended by edu.stanford.hci.r3.util.graphics.SplashScreenUtils

public class SplashScreenUtils
extends java.lang.Object

For awesome splash screens. =) This is to be used with Java 6's SplashScreen facility.

This software is distributed under the BSD License.


Constructor Summary
SplashScreenUtils()
           
 
Method Summary
static void animateSplashScreen(long maxNumMilliseconds, java.awt.geom.Point2D center)
          OS X-like indeterminate progress bar.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplashScreenUtils

public SplashScreenUtils()
Method Detail

animateSplashScreen

public static void animateSplashScreen(long maxNumMilliseconds,
                                       java.awt.geom.Point2D center)
OS X-like indeterminate progress bar.

Parameters:
maxNumMilliseconds -
center -

Copyright 2006 Stanford University