Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBStatisticsPanel.java57 JList dupList; field in RBStatisticsPanel
215 dupList = new JList(rbm.getDuplicatesListingVector()); in initComponents()
227 dupScroll = new JScrollPane(dupList); in initComponents()