Hi. Is it possible to detect HotSwap (Reload, Ctrl...
# intellij
e
Hi. Is it possible to detect HotSwap (Reload, Ctrl+F9 in debug)? I want to refresh my
JFrame
when code is reloaded. Note: My frame is for testing, it will only show one single component. In other words; any hack can be used, e.g., continuously monitoring classloader or something. I tried creating a thread and checking on
hashCode
of my class, but it doesn't seem to change.