Hi, That would cause some problems if the panel name need to be referenced from program and the name should be localized.
I wonder if it would be possible to add extra tag between tabbedpane and panel to give those attributes? Something like this: <tabbedpane ...> <tab title="Tree" icon="/icons/tree.png"> <panel name="tab_tree" ../> </tab> <tab title="Find" icon="/icons/find.png"> <panel name="tab_find"/> </tab> .. </tabbedpane> //Jarmo
