Class, interface, or enum expected errors in BULK
Solved/Closed
zlloyd1
Posts
10
Registration date
Tuesday December 11, 2012
Status
Member
Last seen
February 4, 2013
-
Jan 27, 2013 at 07:49 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jan 29, 2013 at 08:35 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jan 29, 2013 at 08:35 PM
Related:
- Java: class, interface, enum, or record expected
- Minecraft java edition free download - Download - Sandbox
- Messenger voice record downloader - Guide
- Bus interface - Guide
- How to send voice record in messenger - Guide
- Cavaj java decompiler - Download - Source code editing
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Jan 29, 2013 at 07:29 AM
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