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