소스 검색

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 )
     {