Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBStatisticsPanel.java43 JButton updateButton; field in RBStatisticsPanel
134 updateButton = new JButton(Resources.getTranslation("button_update")); in initComponents()
135updateButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_update_t… in initComponents()
140 ButtonEnablerFocusListener befl = new ButtonEnablerFocusListener(updateButton); in initComponents()
143 updateButton.addActionListener(new ActionListener(){ in initComponents()
198 mainBox.add(updateButton); in initComponents()
354 updateButton.setEnabled(false); in updateBundleInfo()