blob: a5986a4b41e7874019cdfdb78e73f133a105e455 [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");
}