<Swing Dev> Top level containers not firing property change events ?

Christian Schulte cs at schulte.it
Sun Mar 1 17:48:05 UTC 2015


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



More information about the swing-dev mailing list