Tagged Questions

0
votes
1answer
432 views

VisualEditor in Java - dynamically build sub-panel?

I'm using the "Visual Editor" to "paint" my Swing GUI. Can I dynamically build the contents of a sub-panel with VE or do I have to use a predefined sub-class of JPanel (and build that with VE)?