|
|
|
@ -67,7 +67,9 @@ public class JavaFxNativeFileChooser implements FileChooserProvider {
|
|
|
|
|
fileChooserParent = DesignerContext.getDesignerFrame(); |
|
|
|
|
} |
|
|
|
|
Stage stage = showCoverStage(fileChooserParent); |
|
|
|
|
if (stage != null) { |
|
|
|
|
stage.setAlwaysOnTop(true); |
|
|
|
|
} |
|
|
|
|
try { |
|
|
|
|
if (fileSelectionMode == FileSelectionMode.FILE || fileSelectionMode == FileSelectionMode.MULTIPLE_FILE) { |
|
|
|
|
FileChooser fileChooser = new FileChooser(); |
|
|
|
|