Re[2]: SelectedIcon not localized
Lutz Neumann <[email protected]>
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Organization | Softronix GmbH |
| Message-ID | <[email protected]> |
Please forget my last post.
The two methods I added to SwingEngine.java are not necessary.
I just realised that LOCALIZED_ATTRIBUTES is static final - so you
do not need any instance to access it :-O
Only do
Parser.LOCALIZED_ATTRIBUTES.add("selectedicon");
and it works.
- Lutz