Closed shemnon closed 12 years ago
In Substance 7.0 the auto-inactivate feature of windows was global. This also needs to be disableable per window in addition to globally.
To set this per-window, set the property SubstanceLookAndFeel.WINDOW_AUTO_DEACTIVATE to false in the JRootPane of the affected frame.
SubstanceLookAndFeel.WINDOW_AUTO_DEACTIVATE
c.getRootPane().putClientProperty(SubstanceLookAndFeel.WINDOW_AUTO_DEACTIVATE, false);
Samples have been added to the Check demo for the root pane and also for the desktop sample.
In Substance 7.0 the auto-inactivate feature of windows was global. This also needs to be disableable per window in addition to globally.
To set this per-window, set the property
SubstanceLookAndFeel.WINDOW_AUTO_DEACTIVATE
to false in the JRootPane of the affected frame.Samples have been added to the Check demo for the root pane and also for the desktop sample.