Home » questions » still cant get applet into html file?
still cant get applet into html file?
i'v created a japplet using netbeans but i cant get it into a html file. the closest i'm getting is a blank webpage with a gray square. At the bottom of the page it says applet started so i'm guessing the applet has been found and loaded, just that its not displaying properly.
If it'll be any help, here is the applet tag i'm using;
APPLET codebase="file:/C...CSPresit/build/classes/" code="p1/ModuleLister.class" width=350 height=350>
thanks in advance.
i'v tried opening the file in firefox but i'm still getting the same result
ok i'v got the applet to run inside a web browser but the buttons are too small. i'v tried risizing them in netbeans and also by changing the source code but still nothing.

Answers
Ed
On 2006-07-31 07:59:47
JavaClark
On 2006-07-31 06:00:57