public void showContentDialog() { if (!locationSetContentDialog) { locationSetContentDialog = true; LocationUtil.positionTopAlignedToTheRightTo(frame, contentDialog); } contentDialog.setVisible(true); }
public void showObjectDialog() { if (!locationSetObjectDialog) { locationSetObjectDialog = true; LocationUtil.positionTopAlignedToTheRightTo(frame, objectDialog); } objectDialog.setVisible(true); }