Home
last modified time | relevance | path

Searched refs:box5 (Results 1 - 2 of 2) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DBundleItemCreationDialog.java39 Box box5 = new Box(BoxLayout.X_AXIS); field in BundleItemCreationDialog
228 box5.removeAll(); in initComponents()
283 box5.add(Box.createHorizontalGlue()); box5.add(lookupLabel); box5.add(Box.createHorizontalStrut(5)); in initComponents()
286 box5.add(noLookupLabel); in initComponents()
289 box5.add(lookupBox); in initComponents()
382 mainBox.add(box5); in initComponents()
H A DBundleItemDialog.java40 Box box5 = new Box(BoxLayout.X_AXIS); field in BundleItemDialog
202 box5.add(Box.createHorizontalGlue()); box5.add(createdLabel); in initComponents()
203 box5.add(Box.createHorizontalStrut(5)); box5.add(createdLabel2); in initComponents()
219 mainBox.add(box5); in initComponents()

Completed in 2 milliseconds