This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Applets and the fly likes Preloading Aplet before displaying html Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Preloading Aplet before displaying html" Watch "Preloading Aplet before displaying html" New topic
Author

Preloading Aplet before displaying html

Dar Var
Ranch Hand

Joined: Oct 12, 2004
Posts: 74
I have a Java Applet on a html page containing a form.

The problem is the form is showing up before the Applet has finished loading.

Is there anyway to stop the html showing before the Applet is ready?

Progress bar or something?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
You could keep the form invisible (by using CSS), and once the applet is initialized, it could manipulate the page DOM to turn on visibility. This would be done through LiveConnect.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Preloading Aplet before displaying html
 
Similar Threads
General question.. HTML in Java??
Basic Form Coding In A Blog Template
Two requests in one doPost method, can this happen? Please I need help
embedding a JTable in a JSP
javascript