Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Swing / AWT / SWT
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Ron McLeod
Jeanne Boyarsky
Paul Clapham
Sheriffs:
Liutauras Vilda
Henry Wong
Devaka Cooray
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Al Hobbs
Carey Brown
Bartenders:
Piet Souris
Mikalai Zaikin
Himai Minh
Forum:
Swing / AWT / SWT
JFrame
Chiranjeevi Kanthraj
Ranch Hand
Posts: 290
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
i have a Splash Screen i want to open the Frame after some time, that is done in Spalshscreen hoew can i do that
-Chiru
Michael Dunn
Ranch Hand
Posts: 4632
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
(generally) when the splash screen is showing you create the frame,
and load the data (again, generally, in a separate
thread
).
when all is ready, dispose the Splash Screen, and setVisible(true) for your frame
Don't get me started about those stupid
light bulbs
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
JFrame Calls..
dimming JFrame
setVisible takes too long to return
Any way to know when frame/components ready for showing?
Calling a simple splash screen class from main application
More...