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

/openjdk7/jdk/test/javax/swing/text/html/TableView/7030332/
H A Dbug7030332.java36 public static final String[] HTML_SAMPLES = new String[]{ field in class:bug7030332
72 JPanel result = new JPanel(new GridLayout(HTML_SAMPLES.length + 1, 3, 10, 10));
78 for (int i = 0; i < HTML_SAMPLES.length; i++) {
79 String htmlSample = HTML_SAMPLES[i];

Completed in 35 milliseconds