FileChooser Title

I want to change the title of the FileChooser.chooseFile() dialog. As In right now when I launch the dialog its title reads "Select Path" instead I want it to Read "Select Path to Custom Library" or something.

Is this possible?

Thanks in advance.

0

use com.intellij.openapi.fileChooser.FileChooserDescriptor#setTitle


0

请先登录再写评论。