How to bring JFrame to front?
843805Jan 12 2007 — edited Oct 14 2009Hi everybody,
I have a JFrame which contains a button that opens another JFrame. This second JFrame is actually already created, clicking the button will just make it visible. Does anybody know how I can move this second JFrame to the front? I tried frame.toFront(), but that didn't work.
Best regards,
Jethro Borsje