Searched refs:dupBox (Results 1 – 1 of 1) sorted by relevance
72 Box dupBox; field in RBStatisticsPanel171 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()