Cloudgarden's Discussion Board
Forums: Search: Several forums are available for people to post questions/comments about Java Speech or any of the CloudGarden products. As more messages are posted this discussion board should provide a useful, searchable, support database.
o AliceTalker (42)
o JSAPI Projects (69)
o Java Speech API (857)
o Jigloo GUI Builder for Eclipse (3322)
o SwingScroller (0)
o US Election 2004 (3)
Searches text and subject fields in all forums. The search matches as many words as possible. Don't use "AND" or "OR".
Latest "Jigloo GUI Builder for Eclipse" Topics [ Start new "Jigloo GUI Builder for Eclipse" Topic  ]

Cloudgarden Discussion Board  
This topic has 0 replies.       [ << Previous Topic | Start of Thread | >> Next Topic ]
Customizer - firePropertyChange does not work on variables of type "Class"
Author: Markus
07/22/11 01:56 Reply
I've got a bean with a property like this:
private Class<? extends JPanel> panelClass = null;

Calling firePropertyChange or setPanelClass to change this attribute inside a customizer does not work.
If the code already had a setPanelClass call, jigloo deletes it and leaves the semicolon.

You can see the problem in this project: http://gebackene-ente.at/shark/jigloo.rar
Open "JiglooTestFrame.java" with jigloo, then open the Textfield with its customizer and press ok.
Changing the text works, changing the class, however, does not.