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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DInfoWindow.java264 private Label captionLabel = new Label(""); field in class:InfoWindow.Balloon
305 captionLabel.setFont(BALLOON_CAPTION_FONT);
306 captionLabel.addMouseListener(ap);
309 captionPanel.add(captionLabel, BorderLayout.WEST);
345 captionLabel.setText(caption);

Completed in 22 milliseconds