JavaFX: Is it possible to center DirectoryChooser dialog on parent stage? -


is possible center directorychooser dialog inside parent stage when call dirchooser.showdialog(ownerwindow); ?

by default, shows in upper-left corner of ownerwindow.

  • windows 7 x64 professional
  • java(tm) se runtime environment (build 1.8.0_45-b15)

this platform depedent, since tested in linux , dialog shows on center of screen, not of parent stage.

so, there way report in javafx developers team , fix ?


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -