View Single Post
  #3 (permalink)  
Old 08-21-2008, 03:14 PM
Norm's Avatar
Norm Norm is offline
Senior Member
 
Join Date: Jun 2008
Location: SouthWest Missouri, USA
Posts: 2,229
Rep Power: 4
Norm is on a distinguished road
Default
Having trouble understanding your problem.
Quote:
When compiling in JCreator I get the following message.

java.lang.ClassCastException: FramedButton cannot be cast to java.applet.Applet
This looks like an execution time error message, not a compile error.
Where is FramedButton defined? Its not in the code you posted.
Quote:
When compiling with javax
What is the javax program? Sun's java JDK uses javac to compile java programs.

Your code show a main() method. These are not used in Applets.
Reply With Quote