The next release will have some new setter method added allowing to set title and icons per tab.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Tuesday, January 21, 2003 12:14 AM To: [email protected] Subject: [Forum] How to set tabbedpane tab title, icon and accelerator? 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 _______________________________________________ Forum mailing list [email protected] http://mars.lunarpages.com/mailman/listinfo/forum_carlsbadcubes.com
