Re: Using TabbedPane

Frank Meissner <[email protected]> Thu, 10 Feb 2005 21:39:47 +0100
Newsgroups gmane.comp.embedded.carlsbad-cubes
Message-ID <[email protected]>
Bruno Lima wrote:

> 
> private void loadTabs() throws Exception {
>        xmlEngine.insert(FILE_XML_TAB_ASSOCIADOS, tab_option);
>        xmlEngine.insert(FILE_XML_TAB_PAGAMENTOS, tab_option);
> }

Please post a more complete snippet of your code. The statement "does 
not work" needs some explanation too. What happens? Error messages, 
thrown exceptions???

Frank