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)?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

You can dynamically build the contents of a sub panel - say based on a file or soemthing - the visual editor is not going to stop you.

Generally, VE is intelligent enough to see that you are dynamically build the panel and show the contents (say contents of a file in a JList)

Sometimes, VE fails to render the items because 'The control is too complex' - but this does not happen frequently.

link|improve this answer
Tried to clarify the question .. want to build the whole GUI with VE, including a sub-panel (with boarders) and the widgets in the sub-panel. – Thorsten Jan 10 '09 at 21:33
I assume that you want a panel, a sub panel and a lot of widgets in them: I dont see any problem in doing this - should be straightforward, without requiring any subclass of JPanel (just for this purpose). – Nivas Jan 10 '09 at 21:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.