« Return to Thread: Value of Bean properties are updated, but the Property Sheet doesn't refresh?

Value of Bean properties are updated, but the Property Sheet doesn't refresh?

by Rhizomorph :: Rate this Message:

Reply to Author | View in Thread

Unfortunately, using SwingPropertyChangeSupport instead doesn't fix the issue.



Something else I realized (and maybe this suggests the source of the problem) - if I change the value of "a" via the property sheet, b and c are also changed (programatically) but only "a" is displayed in BOLD. Meaning, Netbeans still thinks that properties "b" and "c" are at their default values. This happens regardless of whether or not "b" and "c" are set directly or via their setX() mutators. I'm guessing the same section of code that is responsible for Netbeans' failure to notice that these properties are no longer at their default values is also responsible to failing to issue a repaint command.




 « Return to Thread: Value of Bean properties are updated, but the Property Sheet doesn't refresh?