Searched refs:UIManager (Results 276 - 300 of 355) sorted by relevance

<<1112131415

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultTreeCellEditor.java152 setBorderSelectionColor(UIManager.getColor
527 Border aBorder = UIManager.getBorder("Tree.editorBorder");
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaProgressBarUI.java96 selectionForeground = UIManager.getColor("ProgressBar.selectionForeground");
438 repaintInterval = UIManager.getInt("ProgressBar.repaintInterval");
H A DAquaRootPaneUI.java82 frameParent.setBackground(UIManager.getColor("Panel.background"));
H A DAquaTableHeaderUI.java120 setFont(UIManager.getFont("TableHeader.font"));
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DVMPanel.java155 Insets insets = (Insets) UIManager.getLookAndFeelDefaults().get("TabbedPane.tabAreaInsets");
158 UIManager.put("TabbedPane.tabAreaInsets", insets);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJDialog.java651 UIManager.getLookAndFeel().getSupportsWindowDecorations();
H A DJInternalFrame.java396 * Notification from the <code>UIManager</code> that the look and feel
399 * <code>UIManager</code>.
404 setUI((InternalFrameUI)UIManager.getUI(this));
416 setUI((InternalFrameUI)UIManager.getUI(this));
2225 * Notification from the <code>UIManager</code> that the look and feel
2228 * <code>UIManager</code>.
2234 setUI((DesktopIconUI)UIManager.getUI(this));
2251 setUI((DesktopIconUI)UIManager.getUI(this));
H A DJProgressBar.java619 setUI((ProgressBarUI)UIManager.getUI(this));
H A DJLabel.java274 setUI((LabelUI)UIManager.getUI(this));
429 disabledIcon = UIManager.getLookAndFeel().getDisabledIcon(this, defaultIcon);
H A DScrollPaneLayout.java969 UIManager.getBoolean("ScrollPane.fillUpperCorner"))
994 UIManager.getBoolean("ScrollPane.fillLowerCorner"))
/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DDefaultPreviewPanel.java247 this.sampleText = UIManager.getString("ColorChooser.sampleText", getLocale());
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicProgressBarUI.java160 cellLength = UIManager.getInt("ProgressBar.cellLength");
162 cellSpacing = UIManager.getInt("ProgressBar.cellSpacing");
163 selectionForeground = UIManager.getColor("ProgressBar.selectionForeground");
164 selectionBackground = UIManager.getColor("ProgressBar.selectionBackground");
H A DBasicRadioButtonUI.java77 icon = UIManager.getIcon(getPropertyPrefix() + "icon");
H A DBasicTreeUI.java696 tree.setBackground(UIManager.getColor("Tree.background"));
699 setHashColor(UIManager.getColor("Tree.hash"));
702 tree.setFont( UIManager.getFont("Tree.font") );
711 setExpandedIcon( (Icon)UIManager.get( "Tree.expandedIcon" ) );
712 setCollapsedIcon( (Icon)UIManager.get( "Tree.collapsedIcon" ) );
714 setLeftChildIndent(((Integer)UIManager.get("Tree.leftChildIndent")).
716 setRightChildIndent(((Integer)UIManager.get("Tree.rightChildIndent")).
720 UIManager.get("Tree.rowHeight"));
724 Object scrollsOnExpand = UIManager.get("Tree.scrollsOnExpand");
729 paintLines = UIManager
[all...]
H A DBasicComboPopup.java515 list.setSelectionForeground( UIManager.getColor( "ComboBox.selectionForeground" ) );
516 list.setSelectionBackground( UIManager.getColor( "ComboBox.selectionBackground" ) );
H A DBasicDesktopPaneUI.java139 desktop.setBackground(UIManager.getColor("Desktop.background"));
394 UIManager.getInsets("Desktop.minOnScreenInsets");
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthMenuUI.java303 (e.getPropertyName().equals("ancestor") && UIManager.getBoolean("Menu.useMenuBarForTopLevelMenus"))) {
H A DSynthScrollPaneUI.java163 if (UIManager.getBoolean("ScrollPane.useChildTextComponentFocus")){
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DTableColumn.java817 setBorder(UIManager.getBorder("TableHeader.cellBorder"));
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DFormView.java113 * @deprecated As of 1.3, value now comes from UIManager property
122 * @deprecated As of 1.3, value comes from UIManager UIManager property
223 value = UIManager.getString("FormView.submitButtonText");
225 value = UIManager.getString("FormView.resetButtonText");
303 JButton browseButton = new JButton(UIManager.getString
511 UIManager.getLookAndFeel().provideErrorFeedback(c);
H A DImageView.java177 return (Icon) UIManager.getLookAndFeelDefaults().get(MISSING_IMAGE);
184 return (Icon) UIManager.getLookAndFeelDefaults().get(PENDING_IMAGE);
/openjdk7/jdk/src/share/classes/sun/swing/
H A DDefaultLayoutStyle.java208 Object oIcon = UIManager.get(key);
H A DMenuItemLayoutHelper.java203 (MenuItemCheckIconFactory) UIManager.get(propertyPrefix
215 UIManager.get(propertyPrefix + ".minimumTextOffset");
225 UIManager.get(propertyPrefix + ".afterCheckIconGap");
243 UIManager.get(propertyPrefix + ".checkIconOffset");
/openjdk7/jdk/test/javax/swing/ToolTipManager/7123767/
H A Dbug7123767.java105 UIManager.setLookAndFeel(new MetalLookAndFeel());
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsLookAndFeel.java29 * (<code>UIManager.setLookAndFeel(new <i>XXX</i>LookAndFeel())</code>).
33 * maintained by the <code>UIManager</code> without updating the
172 Object value = UIManager.get("Application.useSystemFontSettings");
1964 if (UIManager.getBoolean("Button.showMnemonics") == true) {
1981 if (UIManager.getBoolean("Button.showMnemonics") == true) {
2063 String audioValue = (String)UIManager.get(key);
2477 UIDefaults defaults = UIManager.getLookAndFeelDefaults();
2565 UIManager.getFont("Button.font"));

Completed in 323 milliseconds

<<1112131415