0

[enter image description here](https://i.stack.imgur.com/ldWe3.png) My netbeans main classes cannot been found when I use jframe, but other than jframe, netbeans can function properly, I really dont know what should what should i do to solve it.

I did tried to reinstall the netbeans to solve the problems but it doesn't works.

  • Then you don't have a main class. A main class has a method `public static void main(String[] args)` (or with `String...` instead of `String[]`), if it doesn't, it is not a main class. Please provide a [mre]. – Mark Rotteveel May 14 '23 at 12:11

0 Answers0