Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBProjectItemPanel.java28 JLabel titleLabel; field in RBProjectItemPanel
95 titleLabel = new JLabel(Resources.getTranslation("project_panel_default_title"), SwingConstants.CENTER); in initComponents()
96 titleLabel.setFont(new Font("serif",Font.BOLD,18)); in initComponents()
102 topPanel.add(titleLabel); in initComponents()
127 titleLabel.setText(Resources.getTranslation("project_panel_default_title")); in updateComponents()
136 titleLabel.setText(Resources.getTranslation("project_panel_title", key)); in updateComponents()
H A DAboutDialog.java30 JLabel titleLabel = new JLabel(Resources.getTranslation("rbmanager")); in initComponents()
45 box.add(titleLabel); in initComponents()
H A DRBSearchPanel.java27 JLabel titleLabel = new JLabel(); field in RBSearchPanel
192 titleLabel.setText(bundle.name); in initComponents()
195 titleLabel.setText(rbm.getBaseClass() + " - " + Resources.getTranslation("search")); in initComponents()
199 titleLabel.setFont(new Font("SansSerif",Font.PLAIN,18)); in initComponents()
263 innerPanel.add(titleLabel, BorderLayout.NORTH); in initComponents()
H A DResourceCreationDialog.java36 JLabel titleLabel = new JLabel(Resources.getTranslation("dialog_file_title")); field in ResourceCreationDialog
115 titleLabel.setPreferredSize(labelDim); in initComponents()
140 infoTitlePanel.add(titleLabel); infoTitlePanel.add(titleField); in initComponents()
H A DRBStatisticsPanel.java49 JLabel titleLabel; field in RBStatisticsPanel
206 titleLabel = new JLabel(rbm.getBaseClass() + " - " + Resources.getTranslation("baseclass")); in initComponents()
248 titleLabel.setFont(new Font("SansSerif",Font.PLAIN,18)); in initComponents()
306 mainBox.add(titleLabel); in initComponents()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBJavaExporter.java162 JLabel titleLabel = new JLabel(Resources.getTranslation("export_java_title"), SwingConstants.LEFT); in initComponents()
181 getContentPane().add(titleLabel, BorderLayout.NORTH); in initComponents()
H A DRBImporter.java313 JLabel titleLabel = new JLabel(title); in initComponents()
342 titleLabel.setFont(new Font("Serif",Font.BOLD,16)); in initComponents()
434 topPanel.add(titleLabel, BorderLayout.NORTH); in initComponents()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayCalendarDemo.java186 Label titleLabel = new Label("Calendar Demo", Label.CENTER); in buildGUI()
187 titleLabel.setFont(DemoUtility.titleFont); in buildGUI()
313 //topPanel.add("North", titleLabel); in buildGUI()

Completed in 7 milliseconds