Re: Strange NullPointerException
[email protected] Tue, 24 May 2005 10:26:32 +0200
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Organization | kingmedia GmbH |
| Message-ID | <[email protected]> |
Hey Frank, I have solved the problem. It occured because I declared my Swing Components 'private' and therefore the automatic initialization by the SwixEngine did not work. I accidentally realized this, when looking through some of the examples. I think this should be put in the documentation somewhere. Thanks so far. :) Sebastian <[email protected]> schrieb im Newsbeitrag news:[email protected]... > [email protected] wrote: >> I cannot understand this, because the documention says, that the gui >> components are initialized automatically. > > Sebastian, > > please post your xml code to allow any diagnosis... > > Frank