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