开发者

Keep focus of JInternalFrame

开发者 https://www.devze.com 2023-01-28 23:38 出处:网络
Is there any way to kee开发者_StackOverflow中文版ps 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 \"tempo

Is there any way to kee开发者_StackOverflow中文版ps 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.


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号