Searched refs:UIManager (Results 301 - 325 of 355) sorted by relevance

<<1112131415

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifGraphicsUtils.java176 c, g, UIManager.getFont("MenuItem.acceleratorFont"));
296 g.setFont( UIManager.getFont("MenuItem.acceleratorFont") );
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DEditorTopComponent.java78 import javax.swing.UIManager;
197 Border b = (Border) UIManager.get("Nb.Editor.Toolbar.border"); //NOI18N
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTreeUI.java138 g.setColor(UIManager.getColor("Tree.line"));
237 return UIManager.getIcon("Tree.rightToLeftCollapsedIcon");
H A DAquaButtonExtendedTypes.java158 Border getBorder() { return UIManager.getBorder("Button.border"); }
H A DAquaInternalFrameDockIconUI.java262 g.setColor(UIManager.getColor("DesktopIcon.labelBackground"));
H A DAquaTabbedPaneUI.java82 final Boolean b = (Boolean)UIManager.get("TabbedPane.useSmallLayout");
84 tabPane.setFont(UIManager.getFont("TabbedPane.smallFont"));
729 case LEFT: return UIManager.getInsets("TabbedPane.leftTabInsets");
730 case RIGHT: return UIManager.getInsets("TabbedPane.rightTabInsets");
H A DAquaSliderUI.java106 tickColor = UIManager.getColor("Slider.tickColor");
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJDesktopPane.java235 * Notification from the <code>UIManager</code> that the L&F has changed.
237 * <code>UIManager</code>.
242 setUI((DesktopPaneUI)UIManager.getUI(this));
H A DJMenuBar.java145 setUI((MenuBarUI)UIManager.getUI(this));
H A DJScrollBar.java227 setUI((ScrollBarUI)UIManager.getUI(this));
H A DJToolBar.java192 setUI((ToolBarUI)UIManager.getUI(this));
H A DAbstractButton.java653 disabledIcon = UIManager.getLookAndFeel().getDisabledIcon(this, getIcon());
704 disabledSelectedIcon = UIManager.getLookAndFeel().
1824 * setUI((ButtonUI)UIManager.getUI(
2531 return UIManager.getString("AbstractButton.clickText");
H A DJRootPane.java483 setUI((RootPaneUI)UIManager.getUI(this));
H A DJSlider.java323 setUI((SliderUI)UIManager.getUI(this));
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicColorChooserUI.java112 String previewString = UIManager.getString(
H A DBasicSliderUI.java200 highlightColor = UIManager.getColor("Slider.highlight");
202 shadowColor = UIManager.getColor("Slider.shadow");
203 focusColor = UIManager.getColor("Slider.focus");
205 focusInsets = (Insets)UIManager.get( "Slider.focusInsets" );
1610 if (UIManager.getBoolean("Slider.onlyLeftMouseButtonDrag")
H A DBasicListUI.java477 UIDefaults lafDefaults = UIManager.getLookAndFeelDefaults();
481 ListCellRenderer lcr = (ListCellRenderer)UIManager.get(
485 // UIManager key and we should not through a NPE here because of it
788 list.setCellRenderer((ListCellRenderer)(UIManager.get("List.cellRenderer")));
793 list.setSelectionBackground(UIManager.getColor("List.selectionBackground"));
798 list.setSelectionForeground(UIManager.getColor("List.selectionForeground"));
801 Long l = (Long)UIManager.get("List.timeFactor");
813 Font newFont = UIManager.getFont(b ? "FileChooser.listFont" : "List.font");
H A DBasicInternalFrameUI.java93 LookAndFeel laf = UIManager.getLookAndFeel();
130 frame.setFrameIcon(UIManager.getIcon("InternalFrame.icon"));
142 frame.setBackground(UIManager.getLookAndFeelDefaults().getColor("control"));
H A DBasicSplitPaneUI.java338 divider.setBorder(UIManager.getBorder("SplitPaneDivider.border"));
341 dividerDraggingColor = UIManager.getColor("SplitPaneDivider.draggingColor");
347 Integer temp = (Integer)UIManager.get("SplitPane.dividerSize");
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalToolBarUI.java300 JToolBar.HORIZONTAL && UIManager.get(
H A DMetalLookAndFeel.java137 Object value = UIManager.get(
143 // don't want to trigger loading of a UI by asking the UIManager
1575 * {@code UIManager} when the look and feel is set as the current
1615 * UIManager.setLookAndFeel(new MetalLookAndFeel());
1653 // triggered UIManager to load a LAF. Rather than invoke
1654 // a method on the UIManager, which would trigger the loading
2293 if (laf == null || laf != UIManager.getLookAndFeel()) {
2297 UIDefaults defaults = UIManager.getLookAndFeelDefaults();
/openjdk7/jdk/test/javax/swing/JList/6462008/
H A Dbug6462008.java52 isAquaLAF = "Aqua".equals(UIManager.getLookAndFeel().getID());
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DConnectDialog.java272 ensureContrast(UIManager.getColor("Label.disabledForeground"),
273 UIManager.getColor("Panel.background"));
276 UIManager.getColor("Table.background"));
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsComboBoxUI.java492 Border border = (Border)UIManager.get("ComboBox.editorBorder");
H A DWindowsProgressBarUI.java66 indeterminateInsets = UIManager.getInsets("ProgressBar.indeterminateInsets");

Completed in 161 milliseconds

<<1112131415