JDK-6641440 : Need a way to set a GTK LAF property externally
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2007-12-13
  • Updated: 2011-01-19
  • Resolved: 2007-12-26
Related Reports
Duplicate :  
Description
Plugin (class com.sun.deploy.util.DeployUIManager) uses to execute this code:
    UIManager.put("Slider.paintValue", Boolean.FALSE);

This is going to be refactored as part of 6594219, since we need to avoid loading Swing classes into plugin until they are really needed. This call should be postponed somehow so that once LAF is initialized, it would ovewrite the value for the "Slider.paintValue" property.
*** (#1 of 1): [ UNSAVED ] ###@###.###

Comments
EVALUATION This change has been made as part of the fix for 6594219
26-12-2007

EVALUATION We could set either system or AppContext property in plugin code, then read it from GTK LAF.
13-12-2007