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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicHTML.java117 if (hasParagraph(view)) {
157 private static boolean hasParagraph(View view) { method in class:BasicHTML
174 return hasParagraph(view.getView(index));

Completed in 31 milliseconds