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

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCTrayIcon.java268 int textWidth = screenSize.width / 8;
271 messageDialog = createMessageDialog(caption, text, textWidth, icon);
281 int textWidth, Icon icon) {
287 captionArea = createTextArea(caption, textWidth, false, true);
292 textArea = createTextArea(text, textWidth, true, false);
280 createMessageDialog(String caption, String text, int textWidth, Icon icon) argument

Completed in 29 milliseconds