|
@@ -24,7 +24,7 @@ public class Controls extends JPanel implements Observer
|
|
this.setPreferredSize(new Dimension(1280,75));
|
|
this.setPreferredSize(new Dimension(1280,75));
|
|
this.setMinimumSize(new Dimension(320, 75));
|
|
this.setMinimumSize(new Dimension(320, 75));
|
|
this.play = new JButton();
|
|
this.play = new JButton();
|
|
- play.setIcon(new ImageIcon(Class.class.getResource("/resources/playbutton.jpg")));
|
|
|
|
|
|
+ play.setIcon(new ImageIcon(Class.class.getResource("src/main/resources/playbutton.jpg")));
|
|
play.addActionListener(new ActionListener()
|
|
play.addActionListener(new ActionListener()
|
|
{
|
|
{
|
|
public void actionPerformed(ActionEvent e)
|
|
public void actionPerformed(ActionEvent e)
|