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

/openjdk10/jdk/test/javax/swing/JTabbedPane/8017284/
H A Dbug8017284.java42 private static final int TAB_COUNT = 100; field in class:bug8017284
57 for (int i = 0; i < TAB_COUNT; i++) {
70 for (int i = 0; i < TAB_COUNT; i++) {
71 tabbedPane.setTitleAt(i, getHtmlText(j * TAB_COUNT + i));

Completed in 42 milliseconds