Home
last modified time | relevance | path

Searched refs:jLabelUntransTitle (Results 1 - 1 of 1) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBUntranslatedPanel.java26 JLabel jLabelUntransTitle; field in RBUntranslatedPanel
139 jLabelUntransTitle = new JLabel(bundle.name); in initComponents()
158 jLabelUntransTitle.setFont(new Font("SansSerif",Font.PLAIN,18)); in initComponents()
182 add(jLabelUntransTitle, BorderLayout.NORTH); in initComponents()
201 jLabelUntransTitle = new JLabel(rbm.getBaseClass() + " - " + Resources.getTranslation("untranslated_items")); in initComponents()
204 jLabelUntransTitle.setFont(new Font("SansSerif",Font.PLAIN,18)); in initComponents()
205 mainBox.add(jLabelUntransTitle); in initComponents()
243 jLabelUntransTitle.setText(bundle.name); in updateComponents()

Completed in 1 milliseconds