Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Andrey Stroitelev

@slump3301
yeet
slump3301
slump3301
shared a Post
4 years ago
Java Swing Compile bug
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
brendandilloughery
brendandilloughery
I 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
slump3301
slump3301
resolved in edit4 years ago
SixBeeps
SixBeeps
Intriguing. Could you link your REPL so that we can take a look at it?4 years ago