Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBStatisticsPanel.java40 JTextField jTextFieldStatsCountry; field in RBStatisticsPanel
128 jTextFieldStatsCountry = new JTextField((bundle.country == null ? "" : bundle.country),25); in initComponents()
153 jTextFieldStatsCountry.addFocusListener(befl); in initComponents()
160 jTextFieldStatsCountry.setColumns(25); in initComponents()
189 mainBox.add(jTextFieldStatsCountry); in initComponents()
335 jTextFieldStatsCountry.setText(bundle.country == null ? "" : bundle.country); in updateComponents()
352 bundle.country = jTextFieldStatsCountry.getText().trim(); in updateBundleInfo()