Searched refs:jTextFieldStatsCountry (Results 1 – 1 of 1) sorted by relevance
40 JTextField jTextFieldStatsCountry; field in RBStatisticsPanel128 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()