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