Holger's
Java API

Uses of Class
com.antelmann.util.gui.SplashScreen

Packages that use SplashScreen
com.antelmann.util.gui This package contains utility classes for GUI related implementations. 
 

Uses of SplashScreen in com.antelmann.util.gui
 

Methods in com.antelmann.util.gui that return SplashScreen
static SplashScreen SplashScreen.getCurrent()
          returns the current (non-disposed) SplashScreen - if available
 SplashScreen SplashScreen.setCloseOnClick(boolean flag)
          already true by default
static SplashScreen SplashScreen.splash()
           
static SplashScreen SplashScreen.splash(Image image)
           
static SplashScreen SplashScreen.splash(String url)
          may return null on a malformed url
static SplashScreen SplashScreen.splash(URL url)
           
static SplashScreen SplashScreen.splash(Window owner)
           
static SplashScreen SplashScreen.splash(Window owner, Image image)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads