Class, interface, or enum expected errors in BULK
Solved/Closed
zlloyd1
rizvisa1
- Posts
- 10
- Registration date
- Tuesday December 11, 2012
- Status
- Member
- Last seen
- February 4, 2013
rizvisa1
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Related:
- Class interface or enum expected
- Error class interface or enum expected - Best answers
- Error: class, interface, enum, or record expected - Best answers
- Network interface card is input or output device - Articles
- M1x expected price - Guide
- School time table class wise and teacher wise software free download - Download
- Linux reset network interface - Guide
- Thanks for submitting your selfie video. we received this information and it's pending review. you can expect to hear from us wi - Guide
1 reply
rizvisa1
Jan 29, 2013 at 07:29 AM
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Jan 29, 2013 at 07:29 AM
stupid question but is your file named "newclass2.java" (case included)
Beside wrong calls, are you not missing
public class newclass2 extends JFrame implement ActionListener
I would suggest comment of every thing and start with empty shell of class
public class newclass2 extends JFrame implement ActionListener{
}
and one by one start adding lines. It will help you in identifying area where you have issues
Beside wrong calls, are you not missing
public class newclass2 extends JFrame implement ActionListener
I would suggest comment of every thing and start with empty shell of class
public class newclass2 extends JFrame implement ActionListener{
}
and one by one start adding lines. It will help you in identifying area where you have issues
Jan 29, 2013 at 07:47 AM
Jan 29, 2013 at 03:24 PM
Beside wrong calls, are you not missing
public class newclass2 extends JFrame implement ActionListener I am not sure exactly what you are saying here, but I have that line in my code??
Also, what wrong calls please??
Jan 29, 2013 at 03:38 PM
It should be public class newclass2 extends JFrame implements ActionListener
My stupid, but as I said, I knew it was something small I didn't see that I had done wrong!!
Jan 29, 2013 at 08:35 PM