JRebel does not reload java swing ui
I just started using jrebel. It works great when it comes to monitoring changes in my classes, but the problem is it doesn't reload the swing ui.
+3
James Euangel E. Limpiado
source
to share
1 answer
The problem with Swing is that it requires a paint () method. Check out this article on how you can make it work just as well.
http://zeroturnaround.com/software/jrebel/resources/jrebel-plugins/
Simon
+2
Simon
source
to share