View Single Post
Old 07-12-2006, 12:55 PM   #2 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,148
Belisarius is on a distinguished road
I'm not an expert on Applets, but I believe they are AWT based, not Swing, which is a different package. You imported the AWT package, but not the Swing package, so it's probably going to complain about the JButton (which, by the way, you misspelled - Java is case-sensitive), which is from Swing, not AWT.

You can usually tell what's part of Swing because it usually starts with a 'J', such as JLabel or JButton.
__________________
GitS
Belisarius is online now   Reply With Quote