瀏覽代碼

update javadoc

Eren Yilmaz 6 年之前
父節點
當前提交
8d6b9b7913
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/view/NiceButton.java

+ 1 - 1
src/view/NiceButton.java

@@ -23,7 +23,7 @@ public class NiceButton extends JButton implements MouseListener {
 
     /**
      * creates a {@link NiceButton}
-     * @param name the name of the image file, e.g. name="test" would correspond to "../img/test.png"
+     * @param name the name of the image file, e.g. name="test" would correspond to "/img/test.png"
      */
     public NiceButton( String name )
     {