Eren Yilmaz 6 rokov pred
rodič
commit
8d6b9b7913
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 )
     {