Re: id attribute of buttongroup tag
[email protected] Wed, 01 Jun 2005 09:06:29 +0200
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Organization | http://freemail.web.de/ |
| Message-ID | <[email protected]> |
Hello all, by chance I stumbled across another issue in the same area. Apparently, the ids of gridbagconstraints *are* stored in the id-Map (with the gridbagconstraints as value). This results in a ClassCastException in the SwingEngines find() if one iterates through the keys in the id-map and still uses the Component find(id) method to obtain a component. Frank