sabdakosh
Class Splash

java.lang.Object
  extended by java.lang.Thread
      extended by sabdakosh.Splash
All Implemented Interfaces:
java.lang.Runnable

 class Splash
extends java.lang.Thread

The Class Splash displays the splash screen for this application.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
(package private)  int hei
          The hei is an integer variable that represents the height of the splash screen.
(package private)  int wid
          The wid is an integer variable that represents the width of the splash screen.
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Splash()
          Instantiates a new splash.
 
Method Summary
 void run()
          run is the method for running the thread as splash screen.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

hei

int hei
The hei is an integer variable that represents the height of the splash screen.


wid

int wid
The wid is an integer variable that represents the width of the splash screen.

Constructor Detail

Splash

Splash()
Instantiates a new splash.

Method Detail

run

public void run()
run is the method for running the thread as splash screen.

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread