first of all thank you for this amazing code, it makes my life much easier!
I am trying to use a JPanel and add components to it (via the .add(component) method) but it doesn't seem to have any effect (getComponentCount() returns 0). Do you know how I can fix this issue?