| 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
|
posted

0
|
|
Try adding width and height attributes to the APPLET tag.
|
Android apps – ImageJ plugins – Java 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
|
posted

0
|
|
Strange. After adding those attributes appletviewer ran it just fine.
|
 |
 |
|
|
subject: Embedding JApplet vs Applet
|
|
|