标签: java user-interface javafx efxclipse
我想显示一个带有另一个对话框的父上下文的对话框。具体来说,我需要对话框始终位于其父对话框的顶部。
如何获取对话框的窗口上下文?
CustomDialog dialog = new CustomDialog(parent, [other params]...); dialog.show();