Searched refs:parentLoc (Results 1 – 1 of 1) sorted by relevance
64 Point parentLoc = dialog.getParent().getLocation(); in initComponents() local65 dialog.setLocation(new Point(parentLoc.x + 50, parentLoc.y + 50)); in initComponents()