Is there any way to keeps focus of a JInternalFrame, I mean, always focused until it closed or showVisible(false) etc? I already search for a while but I only found a "temporary" focus, that is when you click another JInternalFrame (for example) the focus switched. Thanks.

link|improve this question
feedback

2 Answers

up vote 3 down vote accepted

Don't use a JInternalFrame for this. Use a modal JDialog.

link|improve this answer
feedback

Closing a modal JInternalFrame See the one by me (Mr. Zen)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.