Re: Using TabbedPane
Bruno Lima <[email protected]> Fri, 11 Feb 2005 17:03:02 -0200
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Message-ID | <[email protected]> |
Its me again. I found out what was going on with my code. I dont know if it is a problem itself, but the problem was that , insert() method from XMLEngine render the XML file taking out the root node ( it says at the api ). My root node was a panel. Of course, the problem was that technically i was insertint a lot of JTextFields into TabbedPane. :D The solution i gave was to add a root node to my XML file just to skipt it and go diretly to the node it should go. I just didn“t get this thing: why skipt the root node when calling insert() from XMLEngine, if my XML file could be a panel or any other component? Tks! Bruno