|
-
Problem with Applet and Buttons - Please help!
If I add a button on an applet using this code:
Button btn = new Button("Test");
add(btn);
btn.addEventListener(this);
The button DOES NOT RESPOND to clicks made within IE/Netscape, but DOES RESPOND
if the applet is launched with Jdk 1.3 appletviewer.
Any ideas?
Thanks
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