View Single Post
Join Date: Apr 2004
Posts: 6
Reputation: sykkn is an unknown quantity at this point 
Solved Threads: 1
sykkn sykkn is offline Offline
Newbie Poster

Re: Cannot figure out why I'm getting these Errors

 
0
  #3
Apr 8th, 2004
First thing I see is that you missed semicolons on the following lines:

order.addActionListener(this)
food.addActionListener(this)
Reply With Quote