Searched refs:textLabel (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DBorderedComponent.java75 final JLabel textLabel = new JLabel(text);
78 Dimension dim = textLabel.getPreferredSize();
79 return textLabel.getBaseline(dim.width, dim.height) + textLabel.getY();
82 borderLabel.add(textLabel);
84 textLabel.setForeground(border.getTitleColor());
90 collapseIcon = new ArrowIcon(SOUTH, textLabel);
91 expandIcon = new ArrowIcon(EAST, textLabel);
217 private JLabel textLabel; field in class:BorderedComponent.ArrowIcon
219 public ArrowIcon(int direction, JLabel textLabel) { argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DInfoWindow.java159 private final Label textLabel = new Label(""); field in class:InfoWindow.Tooltip
183 textLabel.setBackground(TOOLTIP_BACKGROUND_COLOR);
184 textLabel.setFont(TOOLTIP_TEXT_FONT);
185 add(textLabel);
203 textLabel.setText(tooltipString.substring(0, TOOLTIP_MAX_LENGTH));
205 textLabel.setText(tooltipString);

Completed in 1484 milliseconds