Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

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