![]() |
|||||||
|
Dynamically adding elements to JTaskPane and JTaskPaneGroup Whenever you dynamically - at runtime - add components to a JTaskPaneGroup, it is very important to revalidate it. Suppose I want to add a JTaskPaneGroup to an existing JTaskPaneGroup (nested JTaskPaneGroups): // when building the application, creates a JTaskPaneGroup // later, triggered by the user action, add another JTaskPaneGroup And here is the result:
The same applies if you are adding/removing actions, components: make sure to validate! |
|
||||||
Copyright © 2004-2006 L2FProd.com |