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