Class, interface, or enum expected errors in BULK
Solved/Closed
zlloyd1
Posts
10
Registration date
Tuesday 11 December 2012
Status
Member
Last seen
4 February 2013
-
27 Jan 2013 à 19:49
rizvisa1 Posts 4478 Registration date Thursday 28 January 2010 Status Contributor Last seen 5 May 2022 - 29 Jan 2013 à 20:35
rizvisa1 Posts 4478 Registration date Thursday 28 January 2010 Status Contributor Last seen 5 May 2022 - 29 Jan 2013 à 20:35
Related:
- Class interface or enum expected
- Bus interface - Guide
- Gimp reset interface - Guide
- Chivalry 2 best class - Guide
- Shift + number keys not giving expected symbols - Guide
- School time table class wise and teacher wise software free - Download - Organisation and teamwork
1 response
rizvisa1
Posts
4478
Registration date
Thursday 28 January 2010
Status
Contributor
Last seen
5 May 2022
766
29 Jan 2013 à 07:29
29 Jan 2013 à 07:29
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
29 Jan 2013 à 07:47
29 Jan 2013 à 15:24
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??
29 Jan 2013 à 15:38
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!!
29 Jan 2013 à 20:35