Hey!
My question is can the Properties of a Subclass that is inside of a SuperClass be CHANGE by another Subclass?
I have a class that is an extends of JFrame which is the Superclass and another
one that is a extends of a JPanel which is the Subclass that is inside of the Superclass. The other Subclass is one that wants to Change the setLocation of the JPanel subclass, but it doesn't do it. i can see the value of the properties but i can't change it.
If you can help me PLIZZ do : ) i been stock on this for like 2 days.
My question is can the Properties of a Subclass that is inside of a SuperClass be CHANGE by another Subclass?
I have a class that is an extends of JFrame which is the Superclass and another
one that is a extends of a JPanel which is the Subclass that is inside of the Superclass. The other Subclass is one that wants to Change the setLocation of the JPanel subclass, but it doesn't do it. i can see the value of the properties but i can't change it.
If you can help me PLIZZ do : ) i been stock on this for like 2 days.