Swixml not throwing Exceptions
[email protected] Fri, 6 May 2005 13:04:03 -0300
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am having several problems with the following Swixml behavior, that I believe is a bug. For example, if I try to set some property with an invalid value, ie: <panel layout="anything.here"> Swixml don't do anything, it simply ignores it and move on. This misleads the user to think everything is OK when it is not. And it is very hard to figure out that a parameter was wrong looking at XMLs with hundreds of line like I have in my project. This "feature" really is a bug in my opinion. Besides that, I am really enjoying using Swixml for the screens, it helps a lot in Swing development! Thanks. .mi