The moose likes Applets and the fly likes Applet not showing up in the browser Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Applet not showing up in the browser" Watch "Applet not showing up in the browser" New topic
Author

Applet not showing up in the browser

Sam Dej
Greenhorn

Joined: Mar 12, 2010
Posts: 2
Hi there, I'm a newbie of Java and I'm making an Applet with Eclipse..
I did a test Applet, which just loads up and shows a button.. All fine in Eclipse..
But, when I export to jar the class, and then try to load it in the browser it doesn't show up!..
Please heelp..

I post the class here


And the html code


Thanks in advance,
Sam
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32421
The applet tag is missing a height attribute.


Android appsImageJ pluginsJava web charts
Sam Dej
Greenhorn

Joined: Mar 12, 2010
Posts: 2
well, that's embarrassing... XD
thanks Ulf..
 
 
subject: Applet not showing up in the browser
 
jQuery in Action, 2nd edition