Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBStatisticsPanel.java25 JLabel jLabelStatsTitle; field in RBStatisticsPanel
111 jLabelStatsTitle = new JLabel(bundle.name); in initComponents()
138 jLabelStatsTitle.setFont(new Font("SansSerif",Font.PLAIN,18)); in initComponents()
174 mainBox.add(jLabelStatsTitle); in initComponents()
329 jLabelStatsTitle.setText(bundle.name); in updateComponents()