Hello I’ve been trying to add a basic image to a blackjack game I’m creating. the image needs to go inside a basic Pane in my GUI and the image has been pasted inside my view package. I tried to add the image directly inside my xml code but the pane just turns white when adding the code: url(view/bjTable.jpg);
I’m trying to just add it to my style sheet but I’m not sure weather to add it like this
Pane{
}
or
.Pane {
}
It shouldn’t be this freakin frustrating!!!
Please help..