Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBSearchPanel.java218 JPanel westPanel1 = new JPanel(new FlowLayout(FlowLayout.LEFT)); in initComponents() local
240 westPanel1.add(findLabel); in initComponents()
241 westPanel1.add(Box.createHorizontalStrut(5)); in initComponents()
242 westPanel1.add(findField); in initComponents()
249 leftBox.add(westPanel1); in initComponents()