So I have a JDialog with a focus listener that, when the frame is not focused anymore, it hides it. Can I make a key combination that when pressed, to make the frame visible again?
I thought about using the key listener but I suppose the listener works only when the object to whom I added it is focused, so it would be useless in my case.
Well you could take a look at: