Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Splash Screen in Java
- From: jbrewer at jera.com (John Brewer)
- Subject: Splash Screen in Java
- Date: Sat Nov 12 19:31:05 2005
At 05:50 PM 10/31/99 , Le Phu Binh wrote: >As I guess, we need to use threads in this case Not if you do what I was talking about. In my application's startup code: mySplash = new Splash(); mySplash.show(); And in my application's main frame's paint method: Application.getApplication().hideSplash(); // calls mySplash.dispose(); No additional threads are required. John Brewer Jera Design JeraWorks, the cross-platform outliner. Now available for beta test at: http://www.jera.com/jeraworks/ --- To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx
- References:
- Splash Screen in Java
- From: John Brewer
- Splash Screen in Java
- Prev by Date: EJb Servers decision - fast
- Next by Date: Execute Java program from another java program
- Previous by thread: Splash Screen in Java
- Next by thread: Compilation problem with decompiled code...
- Index(es):