blob: 01be3ad90e85a0aab171586a4989ce910454868d [file] [log] [blame]
/* Tests if no extra indentation is inserted before
* the 2nd method call on progressBar
*/
public ProgressPanel(SwingSet swing) {
progressBar.getAccessibleContext().setAccessibleName("Text loading progress");
}