Link to home
Start Free TrialLog in
Avatar of bravotango
bravotango

asked on

NetBeans Tutorial

Hello Experts,

I have just started with Java and created first trial project with NetBeans called SchedulerWizard, however it has 41 errors,  all the same, "class or interface expected", this is mainly on the objects on the various panels.
They look like this:
private javax.swing.JButton cancelButton;

Bazza
ASKER CERTIFIED SOLUTION
Avatar of hoomanv
hoomanv
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bravotango
bravotango

ASKER

Thanks hoomanv, you gave me more than asked, some nice samples in the link and the tutorial now works.
There was also another error left for a newbie like me, I had a bit of trouble finding a symbol for CardLayout and didnt know what to do until the cursor suggested I import the class!!!