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