#Main Class cannot be run
1 messages · Page 1 of 1 (latest)
While you are waiting for getting help, here are some tips to improve your experience:
If nobody is calling back, that usually means that your question was not well asked and hence nobody feels confident enough answering. Try to use your time to elaborate, provide details, context, more code, examples and maybe some screenshots. With enough info, someone knows the answer for sure.
Don't forget to close your thread using the command </help-thread close:1027500463647621170> when your question has been answered, thanks.
You only have new GUI(); in your main method
you spelled implements as implemets
import java.swt.event; wrong import
ActionListener hasn't been imported
missing } at the end of the file
you've defined class GUI twice
also button.addActionListener(this)); extra )
thank you you heros ily
use an IDE
ill get one, thanks!! Im on very little sleep so I was having trouble seeing any of it