Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBStatisticsPanel.java37 JTextField jTextFieldStatsComment; field in RBStatisticsPanel
125 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()