Searched defs:SplashScreen (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/ui/
H A DSplashScreen.java31 public class SplashScreen extends Window class in inherits:Window
34 public SplashScreen(Frame f) method in class:SplashScreen
38 java.net.URL url = getClass().getResource("/images/SplashScreen.jpg");
/openjdk7/jdk/src/share/classes/java/awt/
H A DSplashScreen.java47 * "SplashScreen-Image" option in a manifest file to show a splash screen.
55 * SplashScreen-Image: filename.gif
82 * The {@code SplashScreen} class provides the API for controlling the splash
97 public final class SplashScreen { class
99 SplashScreen(long ptr) { // non-public constructor method in class:SplashScreen
104 * Returns the {@code SplashScreen} object used for
111 * @return the {@link SplashScreen} instance, or <code>null</code> if there is
114 public static SplashScreen getSplashScreen() {
115 synchronized (SplashScreen.class) {
119 // SplashScreen clas
[all...]

Completed in 29 milliseconds