Bringing JFileChooser on top of all windows

后端 未结 3 1071
不知归路
不知归路 2020-11-22 04:14

I seem to have a problem with my very simple implementation of a file chooser dialogue that requires me to minimize Netbeans each time in order to get to it, and it gets pre

3条回答
  •  盖世英雄少女心
    2020-11-22 04:37

    fileSelect.showOpenDialog(this)
    

    Of course, this must be a Component of some sort (the JFrame or JPanel of your main interface). All dialogs need to have a parent component if you wish them to come to the front.

提交回复
热议问题