Searched defs:titleColor (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DBorderFactory.java522 * @param titleColor a <code>Color</code> object specifying the title color
530 Color titleColor) {
532 titlePosition, titleFont, titleColor);
525 createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) argument
/openjdk7/jdk/src/share/classes/javax/swing/border/
H A DTitledBorder.java55 * <li>&quot;TitledBorder.titleColor&quot;
77 protected Color titleColor; field in class:TitledBorder
204 * @param titleColor the color of the title
206 @ConstructorProperties({"border", "title", "titleJustification", "titlePosition", "titleFont", "titleColor"})
212 Color titleColor) {
216 this.titleColor = titleColor;
451 return titleColor;
524 * @param titleColor the color for the border title
526 public void setTitleColor(Color titleColor) { argument
207 TitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/
H A DBorderUIResource.java240 @ConstructorProperties({"border", "title", "titleJustification", "titlePosition", "titleFont", "titleColor"})
246 Color titleColor) {
247 super(border, title, titleJustification, titlePosition, titleFont, titleColor);
241 TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) argument

Completed in 39 milliseconds