Hello @swing-dev,

there is a corresponding question asked here:

<http://stackoverflow.com/questions/28772476/how-to-make-the-setenabled-method-of-class-java-awt-component-fire-a-proper>

Issue is that top level container classes 'JApplet', 'JDialog', 'JFrame' and 'JWindow' do not fire property change events when the 'enabled' property is changed. It seems inconsistent that all Swing components support this event (even 'JInternalFrame' which also implements 'RootPaneContainer') but those classes. Is this intentional ?

Regards,
--
Christian

Reply via email to