Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBStatisticsPanel.java69 JButton itemButton; field in RBStatisticsPanel
219 itemButton = new JButton(Resources.getTranslation("button_add_resource")); in initComponents()
252itemButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_add_resour… in initComponents()
275 itemButton.addActionListener(new ActionListener(){ in initComponents()
303 itemPanel.add(itemButton, BorderLayout.SOUTH); in initComponents()