Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBGroupPanel.java37 JButton createItemButton; field in RBGroupPanel
199 createItemButton = new JButton(Resources.getTranslation("button_create_resource")); in initComponents()
218createItemButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_crea… in initComponents()
241 createItemButton.addActionListener(new ActionListener(){ in initComponents()
309 itemPanel.add(createItemButton, BorderLayout.WEST); in initComponents()