Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBSearchPanel.java219 JPanel westPanel2 = new JPanel(new FlowLayout(FlowLayout.LEFT)); in initComponents() local
244 westPanel2.add(replaceLabel); in initComponents()
245 westPanel2.add(Box.createHorizontalStrut(5)); in initComponents()
246 westPanel2.add(replaceField); in initComponents()
250 leftBox.add(westPanel2); in initComponents()