Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBStatisticsPanel.java68 JButton groupButton; field in RBStatisticsPanel
218 groupButton = new JButton(Resources.getTranslation("button_add_group")); in initComponents()
251groupButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_add_group… in initComponents()
265 groupButton.addActionListener(new ActionListener(){ in initComponents()
294 groupPanel.add(groupButton, BorderLayout.SOUTH); in initComponents()