/**
* Copyright (c) 2003 IBM Corporation and others.
- * All rights reserved. � This program and the accompanying materials
+ * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
- �*
+ *
* Contributors:
* IBM - Initial API and implementation
*/
// busy images
busyImages = new Image[13];
for (int i = 0; i < 13; i++) {
- registerImage("busy" + i, URL_OBJ + "frames"
- + java.io.File.separator + "frame" + (i + 1) + ".gif");
+ registerImage("busy" + i, URL_OBJ + "frames/frame" + (i + 1) + ".gif");
busyImages[i] = getImage("busy" + i);
}
}