Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBUntranslatedPanel.java146 JButton deleteButton = new JButton(Resources.getTranslation("button_delete_resource")); in initComponents() local
150deleteButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_delete_r… in initComponents()
161 deleteButton.addActionListener(new ActionListener() { in initComponents()
179 lowerPanel.add(deleteButton); in initComponents()
DRBGroupPanel.java124 JButton deleteButton = new JButton(Resources.getTranslation("button_delete_resource")); in initComponents() local
127deleteButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_delete_r… in initComponents()
142 deleteButton.addActionListener(new ActionListener(){ in initComponents()
158 lowerPanel.add(deleteButton); in initComponents()