I've recently started learning the swing framework for java and have been playing around with it. I've noticed that sometimes the code wont re-compile
brendandillougheryI just have to say thank you. This post fixed all my problems. The Java Swing auto-recompile is not working at all. The two main problems:
If you edit other classes than the JFrame/JPanel/Main, the changes don't usually get recompiled unless you edit one of those 3 mentions (even just deleting and retyping a word)
If you delete a class file and press play, as you said it might have an error compiling, and rather than displaying the error it just does not compile and tells you it can't find the c3 years ago