Searched refs:border (Results 251 - 261 of 261) sorted by relevance

<<11

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java33 import javax.swing.border.Border;
327 LookAndFeel.installBorder(splitPane, "SplitPane.border");
338 divider.setBorder(UIManager.getBorder("SplitPaneDivider.border"));
1108 * Returns the insets. The insets are returned from the border insets
1109 * of the current border.
1257 * you should set the border on the divider.
1259 * Returns the width of one side of the divider border.
1261 * @deprecated As of Java 2 platform v1.3, instead set the border on the
H A DBasicTextUI.java38 import javax.swing.border.Border;
294 * disabled text color, and border color. The font, foreground, and
342 editor.setBorder(UIManager.getBorder(prefix + ".border"));
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalFileChooserUI.java29 import javax.swing.border.EmptyBorder;
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsFileChooserUI.java29 import javax.swing.border.*;
H A DWindowsLookAndFeel.java53 import javax.swing.border.*;
1716 String POPUP_MENU_BORDER = "PopupMenu.border";
1873 "Button.border", buttonBorder,
1874 "CheckBox.border", radioButtonBorder,
1875 "ComboBox.border", comboBoxBorder,
1876 "DesktopIcon.border", internalFrameBorder,
1877 "FormattedTextField.border", textFieldBorder,
1879 "InternalFrame.border", internalFrameBorder,
1882 "Menu.border", marginBorder,
1883 "MenuBar.border", menuBarBorde
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKFileChooserUI.java36 import javax.swing.border.*;
H A DGTKPainter.java32 import javax.swing.border.*;
48 // interior_focus: Indicates if focus should appear inside border, or
49 // outside border.
50 // focus-line-width: Integer giving size of focus border
51 // focus-padding: Integer giving padding between border and focus
302 context, "default-border",
1060 // Note: the scrollbar insets already include the "trough-border",
1062 // But when we render, we need to take the trough border out
1064 // the trough border and the scrollbar content itself.
1068 style.getClassSpecificIntValue(context, "trough-border",
[all...]
H A DMetacity.java43 import javax.swing.border.*;
182 } else if ("border".equals(name)) {
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindow.java124 native void getWMInsets(long window, long left, long top, long right, long bottom, long border); argument
449 // 6304250: XAWT: Items in choice show a blue border on OpenGL + Solaris10 when background color is set
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLEditorKit.java37 import javax.swing.border.*;
1416 * Align images at the border.
1418 public static final String IMG_BORDER = "html-image-border";
1422 private static final String INSERT_TABLE_HTML = "<table border=1><tr><td></td></tr></table>";
2017 * A highlight painter that draws a one-pixel border around
/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java40 import javax.swing.border.*;

Completed in 282 milliseconds

<<11