I want to add images to JButtons. Here is the code I am using:
The images are in a folder called "Images", which happens to be in the source package of the application. The size of the JButtons is adjusted correctly, however no image is displayed in the button. Can someone help me solve this problem please? Thanks :)