Searched refs:titleLabel (Results 1 – 10 of 10) sorted by relevance
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
D | RBProjectItemPanel.java | 28 JLabel titleLabel; field in RBProjectItemPanel 95 …titleLabel = new JLabel(Resources.getTranslation("project_panel_default_title"), SwingConstants.CE… 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()
|
D | RBSearchPanel.java | 27 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()
|
D | AboutDialog.java | 30 JLabel titleLabel = new JLabel(Resources.getTranslation("rbmanager")); in initComponents() local 45 box.add(titleLabel); in initComponents()
|
D | ResourceCreationDialog.java | 36 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()
|
D | RBStatisticsPanel.java | 49 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/ |
D | RBJavaExporter.java | 162 …JLabel titleLabel = new JLabel(Resources.getTranslation("export_java_title"), SwingConstants.LEFT); in initComponents() local 181 getContentPane().add(titleLabel, BorderLayout.NORTH); in initComponents()
|
D | RBImporter.java | 313 JLabel titleLabel = new JLabel(title); in initComponents() local 342 titleLabel.setFont(new Font("Serif",Font.BOLD,16)); in initComponents() 434 topPanel.add(titleLabel, BorderLayout.NORTH); in initComponents()
|
/third_party/flutter/flutter/dev/integration_tests/ios_add2app/ios_add2app/ |
D | NativeViewController.m | 108 incrementButton.titleLabel.font = [UIFont preferredFontForTextStyle:UIFontTextStyleTitle2];
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
D | HolidayCalendarDemo.java | 186 Label titleLabel = new Label("Calendar Demo", Label.CENTER); in buildGUI() local 187 titleLabel.setFont(DemoUtility.titleFont); in buildGUI()
|
/third_party/typescript/tests/baselines/reference/docker/ |
D | office-ui-fabric.log | 1583 @fluentui/react-slider: src/next/Slider.tsx:55:31 - error TS2339: Property 'titleLabel' does not ex… 1584 @fluentui/react-slider: 55 titleLabel: css(classes.titleLabel, titleLabelClassName, ...propCl…
|