|
well i comment on the package and i got this
J:\Java\test>java RoundButton
Exception in thread "main" java.lang.NoSuchMethodError: main
i did put them all in the same directory, im just missing the picture they mention in exampleapplet
background = parentApplet.getImage(parentApplet.getCodeBase(), "actual/images/scott.jpg");
am i doing this right? i try running in appletviewer app.html but nothing
|