OSDN Git Service

i18n, reformat, Java8
[importpicture/importpicture.git] / importPicture / src / osm / jp / gpx / matchtime / gui / Utils.java
index 046f990..ca44214 100644 (file)
@@ -57,7 +57,10 @@ public class Utils {
         return ext;
     }
 
-    /** Returns an ImageIcon, or null if the path was invalid. */
+    /** Returns an ImageIcon, or null if the path was invalid.
+     * @param path
+     * @return 
+     */
     protected static ImageIcon createImageIcon(String path) {
         java.net.URL imgURL = Utils.class.getResource(path);
         if (imgURL != null) {