Ja dat doe ik, ik zal er verder niet aanzitten hr
Het wil alleen nog niet echt lukken.. Als ik alle bestanden (ImageLabel.java, BackgroundLabel.java, GuiUtils.java) compileer en mijn eigen Test.java (wat jij hebt aangepast) compileer en uitvoer zou hij het moeten doen? Ik krijg namelijk 15 errors

Het heeft er vast te maken met jou package. Moet ik die nog aanmaken op een of andere manier?
Test.java:4: package nl.icemanx.gui does not exist
import nl.icemanx.gui.BackgroundPanel;
^
.\BackgroundPanel.java:87: cannot resolve symbol
symbol : class ImageLabel
location: class nl.icemanx.gui.BackgroundPanel
private ImageLabel background;
^
Test.java:40: cannot resolve symbol
symbol : variable NONE
location: class BackgroundPanel
file, BackgroundPanel.NONE, BackgroundPanel.LEFT, BackgroundPanel.TO
P
^
Test.java:40: cannot resolve symbol
symbol : variable LEFT
location: class BackgroundPanel
file, BackgroundPanel.NONE, BackgroundPanel.LEFT, BackgroundPanel.TO
P
^
Test.java:40: cannot resolve symbol
symbol : variable TOP
location: class BackgroundPanel
file, BackgroundPanel.NONE, BackgroundPanel.LEFT, BackgroundPanel.TO
P
^
Test.java:43: cannot resolve symbol
symbol : method getPanel ()
location: class BackgroundPanel
JPanel scherm = schermAchtergrond.getPanel();
^
Test.java:44: cannot resolve symbol
symbol : method setBackground (java.awt.Color)
location: class BackgroundPanel
schermAchtergrond.setBackground(Color.white);
^
Test.java:61: cannot resolve symbol
symbol : method add (BackgroundPanel)
location: class java.awt.Container
getContentPane().add(schermAchtergrond);
^
.\BackgroundPanel.java:152: cannot resolve symbol
symbol : class ImageLabel
location: class nl.icemanx.gui.BackgroundPanel
background = new ImageLabel(file);
^
.\BackgroundPanel.java:240: cannot resolve symbol
symbol : class ImageLabel
location: class nl.icemanx.gui.BackgroundPanel.Layout
remove((ImageLabel)i.next());
^
.\BackgroundPanel.java:258: cannot resolve symbol
symbol : class ImageLabel
location: class nl.icemanx.gui.BackgroundPanel.Layout
ImageLabel tile = (ImageLabel)background.clone();
^
.\BackgroundPanel.java:258: cannot resolve symbol
symbol : class ImageLabel
location: class nl.icemanx.gui.BackgroundPanel.Layout
ImageLabel tile = (ImageLabel)background.clone();
^
.\BackgroundPanel.java:266: cannot resolve symbol
symbol : class ImageLabel
location: class nl.icemanx.gui.BackgroundPanel.Layout
ImageLabel stretch = background.resizeLabel(
^
.\BackgroundPanel.java:302: cannot resolve symbol
symbol : class ImageLabel
location: class nl.icemanx.gui.BackgroundPanel.Layout
ImageLabel img = (ImageLabel)background.clone();
^
.\BackgroundPanel.java:302: cannot resolve symbol
symbol : class ImageLabel
location: class nl.icemanx.gui.BackgroundPanel.Layout
ImageLabel img = (ImageLabel)background.clone();
^
15 errors