I am looking to implement an event of JFrame
that allows executing a method as long as the JFRAME
is active,
If the method exists, can someone give me the name and an implementation example?
PS: I tried the event windowActivated
but it did not work.