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

1234567891011

/openjdk7/jdk/src/share/demo/management/JTop/
H A DJTop.java81 import javax.swing.border.*;
/openjdk7/jdk/src/share/classes/sun/swing/
H A DDefaultLookup.java30 import javax.swing.border.Border;
H A DWindowsPlacesBar.java36 import javax.swing.border.*;
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DClassTab.java35 import javax.swing.border.*;
H A DMaximizableInternalFrame.java33 import javax.swing.border.*;
H A DSheetDialog.java33 import javax.swing.border.*;
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DGroup.java48 import javax.swing.border.TitledBorder;
/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DMetalworksDocumentFrame.java58 import javax.swing.border.EmptyBorder;
H A DMetalworksPrefs.java63 import javax.swing.border.TitledBorder;
/openjdk7/jdk/src/share/demo/jfc/TableExample/
H A DTableExample.java77 import javax.swing.border.BevelBorder;
/openjdk7/jdk/src/share/classes/java/beans/
H A DMetaData.java54 import javax.swing.border.MatteBorder;
1232 MatteBorder border = (MatteBorder) oldInstance;
1233 Insets insets = border.getBorderInsets();
1234 Object object = border.getTileIcon();
1236 object = border.getMatteColor();
1245 return new Expression(border, border.getClass(), "new", args);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c2097 jobject create_Insets(JNIEnv *env, GtkBorder *border);
2194 GtkBorder *border = (GtkBorder*)(*fp_g_value_get_boxed)(&value); local
2195 return border ? create_Insets(env, border) : NULL;
2328 jobject create_Insets(JNIEnv *env, GtkBorder *border) argument
2333 values[0].i = border->top;
2334 values[1].i = border->left;
2335 values[2].i = border->bottom;
2336 values[3].i = border->right;
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dgl.h1322 GLsizei width, GLint border,
1329 GLint border, GLenum format, GLenum type,
1372 GLsizei width, GLint border );
1379 GLint border );
1531 GLsizei depth, GLint border,
1549 typedef void (APIENTRY * PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
1893 GLAPI void GLAPIENTRY glCompressedTexImage1D( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data );
1895 GLAPI void GLAPIENTRY glCompressedTexImage2D( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data );
1897 GLAPI void GLAPIENTRY glCompressedTexImage3D( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data );
2021 typedef void (APIENTRY * PFNGLCOMPRESSEDTEXIMAGE3DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsize
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/
H A DJTreeTable.java30 import javax.swing.border.*;
249 // exception to be thrown if the border selection color is
287 // Draw the Table border if we have focus.
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJMenuBar.java45 import javax.swing.border.Border;
301 * Returns true if the menu bars border should be painted.
303 * @return true if the border should be painted, else false
310 * Sets whether the border should be painted.
312 * @param b if true and border property is not <code>null</code>,
313 * the border is painted.
318 * description: Whether the border should be painted.
331 * Paints the menubar's border if <code>BorderPainted</code>
345 * Sets the margin between the menubar's border and
354 * description: The space between the menubar's border an
[all...]
H A DJToolBar.java40 import javax.swing.border.Border;
253 * Sets the margin between the tool bar's border and
257 * However, if a non-default border is set on the tool bar,
263 * between the border and the buttons
266 * description: The margin between the tool bar's border and contents
280 * Returns the margin between the tool bar's border and
309 * <code>true</code> if the border should be painted.
314 * @param b if true, the border is painted
334 * Paints the tool bar's border if the <code>borderPainted</code> property
441 * then the border o
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicColorChooserUI.java31 import javax.swing.border.*;
H A DBasicEditorPaneUI.java36 import javax.swing.border.*;
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHiddenTagView.java34 import javax.swing.border.*;
67 // laf border shows through.
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultTreeCellRenderer.java44 import javax.swing.border.EmptyBorder;
63 * <table border="1" cellpadding="1" cellspacing="0"
116 /** True if draws focus border around icon as well. */
359 * Sets the color to use for the border.
366 * Returns the color the border is drawn.
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifInternalFrameTitlePane.java31 import javax.swing.border.*;
58 public final static int BUTTON_SIZE = 19; // 17 + 1 pixel border
260 // draw border
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsBorders.java29 import javax.swing.border.*;
49 * Returns a border instance for a Windows Progress Bar
64 * Returns a border instance for a Windows ToolBar
66 * @return a border used for the toolbar
78 * Returns an new instance of a border used to indicate which cell item
81 * @return a border to indicate which cell item has focus
143 * A border for the ToolBar. If the ToolBar is floatable then the handle grip is drawn
247 * This class is an implementation of a dashed border.
272 * A dashed border that paints itself in the complementary color
297 * This class is an implementation of the InternalFrameLine border
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaButtonBorder.java31 import javax.swing.border.Border;
73 // for now we don't paint a border. We let the button paint it since there
86 // Full border size of the component.
96 // Where the native border should start to paint.
144 * Returns the insets of the border.
145 * @param c the component for which this border insets value applies
171 * Returns whether or not the border is opaque. If the border
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c1160 (Window window, int *left, int *top, int *right, int *bottom, int *border) {
1176 *border = topAttr.border_width;
1180 (JNIEnv *env, jclass clazz, jlong window, jlong left, jlong top, jlong right, jlong bottom, jlong border) {
1186 (int*) jlong_to_ptr(border));
1159 getWMInsets(Window window, int *left, int *top, int *right, int *bottom, int *border) argument
1179 Java_sun_awt_X11_XWindow_getWMInsets(JNIEnv *env, jclass clazz, jlong window, jlong left, jlong top, jlong right, jlong bottom, jlong border) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXAWTLookAndFeel.java34 import javax.swing.border.*;
271 "ScrollBar.border", loweredBevelBorder,
295 "ScrollPane.border", null,
364 "TextField.border", textFieldBorder,
375 "PasswordField.border", textFieldBorder,
386 "TextArea.border", marginBorder,

Completed in 106 milliseconds

1234567891011