예제 #1
0
파일: LiveCG.java 프로젝트: sebkur/live-cg
 public void showContentDialog() {
   if (!locationSetContentDialog) {
     locationSetContentDialog = true;
     LocationUtil.positionTopAlignedToTheRightTo(frame, contentDialog);
   }
   contentDialog.setVisible(true);
 }
예제 #2
0
파일: LiveCG.java 프로젝트: sebkur/live-cg
 public void showObjectDialog() {
   if (!locationSetObjectDialog) {
     locationSetObjectDialog = true;
     LocationUtil.positionTopAlignedToTheRightTo(frame, objectDialog);
   }
   objectDialog.setVisible(true);
 }