I am designing some custom graphical components using Netbeans 7.4. I am making some smaller components that combine to make larger custom components. However, when I change one of the bottom-level components, the changes do not propagate up to other elements.
Is there any way to insert a custom component so that changes to it's base percolate to all the instances? Somewhat new to fiddling with Swing, so my apologies if this is a trivial thing.
I have already added them to a custom palette hoping that would do something, but alas to no avail.