if (propertyPage == null)
propertyPage = new PropertyPage(this);
// Create a modal dialog that displays the wizard and supports Jaspira DnD
JFrame activeFrame = ApplicationUtil.getActiveWindow();
dialog = new DropableDialog(activeFrame, true);
// Initialize drag and drop
DragDropPane.installDragDropPane(dialog);
dndPane = dialog.getDragDropPane();