Searched defs:BORDER (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/test/javax/swing/border/
H A DTest6625450.java49 private static final TitledBorder BORDER = new TitledBorder("123"); field in class:Test6625450
55 BORDER.getBaseline(COMPONENT, width, height);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DBlockWidget.java44 public static final int BORDER = 20; field in class:BlockWidget
H A DMultiConnectionWidget.java57 public final int BORDER = 4; field in class:MultiConnectionWidget
170 clientArea.grow(BORDER, BORDER);
203 if (dist < BORDER * BORDER) {
H A DLineWidget.java54 public final int BORDER = 8; field in class:LineWidget
108 clientArea.grow(BORDER, BORDER);
220 return Line2D.ptLineDistSq(from.x, from.y, to.x, to.y, localPoint.x, localPoint.y) <= BORDER * BORDER;
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DUIDefault.java75 BOOLEAN, INT, FLOAT, DOUBLE, STRING, FONT, COLOR, INSETS, DIMENSION, BORDER enum constant in enum:UIProperty.PropertyType
119 case BORDER:
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlAttr.java35 BORDER, enum constant in enum:HtmlAttr
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DClusterNode.java54 public static final int BORDER = 20; field in class:ClusterNode
154 size.width += 2 * BORDER;
155 size.height += 2 * BORDER;
180 cur.translate(pos.x + BORDER, pos.y + BORDER);
190 p2.translate(pos.x + BORDER, pos.y + BORDER);
/openjdk7/jdk/test/java/text/Format/DateFormat/
H A DBug4823811.java44 private static String BORDER = field in class:Bug4823811
344 System.err.println(BORDER + " Test failed.");
347 System.out.println(BORDER + " Test passed.");
358 System.out.println(BORDER);
408 System.out.println(BORDER);
452 System.out.println(BORDER);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DListHelper.java100 int BORDER,
122 BORDER_WIDTH = BORDER;
90 ListHelper(XWindow peer, Color[] colors, int initialSize, boolean multiSelect, boolean scrollVert, boolean scrollHoriz, Font font, int maxVisItems, int SPACE, int MARGIN, int BORDER, int SCROLLBAR) argument
/openjdk7/langtools/test/tools/javac/diags/
H A DHTMLWriter.java474 public static final String BORDER = "border"; field in class:HTMLWriter
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTML.java412 public static final Attribute BORDER = new Attribute("border"); field in class:HTML.Attribute
496 BORDER,
677 * STANDBY, BORDER, SHAPES, NOSHADE, COMPACT, START, ACTION, METHOD,
H A DCSS.java191 public static final Attribute BORDER = field in class:CSS.Attribute
388 BORDER, BORDER_BOTTOM, BORDER_BOTTOM_WIDTH, BORDER_COLOR,
619 else if ((key == CSS.Attribute.BORDER) ||
812 // If table contains the BORDER attribute cells should have border width equals 1
813 translateAttribute(HTML.Attribute.BORDER, "1", cssAttrSet);
850 String borderValue = (String) tableAttr.getAttribute(HTML.Attribute.BORDER);
853 // Some browsers accept <TABLE BORDER> and <TABLE BORDER=""> with the same semantics as BORDER=1
916 htmlAttrToCssAttrMap.put(HTML.Attribute.BORDER,
[all...]

Completed in 71 milliseconds