Searched refs:jTextFieldStatsComment (Results 1 – 1 of 1) sorted by relevance
37 JTextField jTextFieldStatsComment; field in RBStatisticsPanel125 jTextFieldStatsComment = new JTextField((bundle.comment == null ? "" : bundle.comment)); in initComponents()150 jTextFieldStatsComment.addFocusListener(befl); in initComponents()157 jTextFieldStatsComment.setColumns(35); in initComponents()180 mainBox.add(jTextFieldStatsComment); in initComponents()332 jTextFieldStatsComment.setText(bundle.comment == null ? "" : bundle.comment); in updateComponents()349 bundle.comment = jTextFieldStatsComment.getText().trim(); in updateBundleInfo()