Hi, I need a bit of help with Java. I instantiated my class using
private BGPanel bgp;
this.bgp = bgp;
but then when I try to print out bgp (or call any methods within it) it's null.
This has worked for me before but for some reason it wont allow me to do it now.
private BGPanel bgp;
this.bgp = bgp;
but then when I try to print out bgp (or call any methods within it) it's null.
This has worked for me before but for some reason it wont allow me to do it now.







