Home
last modified time | relevance | path

Searched refs:parentLoc (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DAboutDialog.java64 Point parentLoc = dialog.getParent().getLocation(); in initComponents() local
65 dialog.setLocation(new Point(parentLoc.x + 50, parentLoc.y + 50)); in initComponents()