From da96479baacb5a1fc1d35c7e080f87f3f2d91820 Mon Sep 17 00:00:00 2001 From: Matt Jensen Date: Sun, 1 Feb 2009 00:03:45 +0000 Subject: [PATCH] Completed comment. --- .../threerings/getdown/launcher/GetdownAppletConfig.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/java/com/threerings/getdown/launcher/GetdownAppletConfig.java b/src/java/com/threerings/getdown/launcher/GetdownAppletConfig.java index 4d3c734..2c5d3f3 100644 --- a/src/java/com/threerings/getdown/launcher/GetdownAppletConfig.java +++ b/src/java/com/threerings/getdown/launcher/GetdownAppletConfig.java @@ -257,7 +257,9 @@ public class GetdownAppletConfig } /** - * + * Gets the rotation background images and error image.The given image loader will be used if + * the images have not been loaded yet. The locations of the images are pulled from the Applet + * parameters. */ public RotatingBackgrounds getBackgroundImages (ImageLoader loader) { @@ -268,6 +270,10 @@ public class GetdownAppletConfig return bgimages; } + /** + * Gets the rotation background images and error image.The given image loader will be used if + * the images have not been loaded yet. + */ public static RotatingBackgrounds getBackgroundImages (String imageParam, String errorImagePath, ImageLoader loader) {