Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBSearchPanel.java221 Box leftBox = new Box(BoxLayout.Y_AXIS); in initComponents() local
248 leftBox.add(Box.createVerticalGlue()); in initComponents()
249 leftBox.add(westPanel1); in initComponents()
250 leftBox.add(westPanel2); in initComponents()
264 innerPanel.add(leftBox, BorderLayout.CENTER); in initComponents()