Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBStatisticsPanel.java72 Box dupBox; field in RBStatisticsPanel
171 if (dupBox != null) in initComponents()
172 dupBox.removeAll(); in initComponents()
234 dupBox = new Box(BoxLayout.Y_AXIS); in initComponents()
296 dupBox.removeAll(); in initComponents()
297 dupBox.add(numDupLabel); in initComponents()
298 dupBox.add(dupScroll); in initComponents()
302 itemPanel.add(dupBox, BorderLayout.CENTER); in initComponents()