aspose file tools
The moose likes Beginning Java and the fly likes code error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "code error" Watch "code error" New topic
Author

code error

Brad Cantrell
Greenhorn

Joined: Aug 27, 2005
Posts: 22
This code brings up "cant find symbol" errors for lines 5, 12, 13 and 18 for classes JFrame and JButton. I just cant find whats wrong.
Ernest Friedman-Hill
author and iconoclast
Marshal

Joined: Jul 08, 2003
Posts: 24057
    
  13

Hi Brad,

There's no such package as "java.swing" -- it's actually "javax.swing".


[Jess in Action][AskingGoodQuestions]
Brad Cantrell
Greenhorn

Joined: Aug 27, 2005
Posts: 22
Thanks Ernest
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: code error
 
Similar Threads
javax.awt.event does not exist!!!
Button's action event in Head first java
Swing graphics problem
Error in "Headfirst Java"
Help With HeadFirst Java Chapter 12 page 360