I use ANTLR make a small java applet. I can run it from eclipse without any problem, but once i put it on the web-page. Applet cannot display any stuff. such as button never is displayed until I use mouse over it.
<applet
code="gui.FGG_main"
width="790"
height="545"
archive="fgg.jar,antlrworks-1.4.3.jar,output.jar">
</applet>
Can any people help, and tell me what happened
,and everything will be fine.</DWS> Failing that, post 1) An SSCCE. 2) The console output. 3) The URL where we can see the applet fail. -- Why are you coding an applet rather than a desktop app.? – Andrew Thompson Feb 18 at 22:21