aspose file tools
The moose likes Applets and the fly likes Embedding JApplet vs Applet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Embedding JApplet vs Applet" Watch "Embedding JApplet vs Applet" New topic
Author

Embedding JApplet vs Applet

Joe Deluca
Greenhorn

Joined: Jan 29, 2009
Posts: 14
Hey Ranchers,

I am fairly new at creating JApplets and I am having a problem embedding my JApplet into a web page.

For testing, I just have a plain JApplet created from netbeans form builder that displays a textbox and a button.

When I try to embed the class file into a web page it doesn't show up..

Then I tried to embed a simple Applet without any user interface, just text, and it worked.

Is there a different way to imbed an applet over JApplet?

Code From Netbeans That Will Not Show up in my Web page



Code that works when embeded into a web page


HTML Page



Any Suggestions..?

SCJP 6
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35428
    
    9
Try adding width and height attributes to the APPLET tag.


Android appsImageJ pluginsJava web charts
Joe Deluca
Greenhorn

Joined: Jan 29, 2009
Posts: 14
ya I had that originally but there was still a problem. It's strange to me seeing that the code works fine with Netbeans applet viewer.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35428
    
    9
Strange. After adding those attributes appletviewer ran it just fine.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Embedding JApplet vs Applet
 
Similar Threads
How to resize an application to screen size?
If-Else help please
Insert an image in JScrollPane
Pressing a button to open a new window
Networked Programs that work across countries