-
Applet Help - Images loading...but never does.
This is my first time using an applet and it hasn't been so good. I finally got everything right and when I view it in my web preview it is great - just like it should be. When I go to the web page it just says Loading images.... but it never does load. What is wrong?
I used the Lake Applet from this website. I copied the code and have the Lake.class and my image saved in the proper directory. The code is posted on the html page.
<applet code="Lake.class" width=361 height=294>
<param name="image" value="water ripple.jpg">
</applet>
My height is double. Please help! Thanks in advance.
-
You should bring up the browsers java console before you load your applet page, the
reason for the falure should be there as an exception of some sort.
eschew obfuscation
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks