jdk/src/java.desktop/windows/classes/sun/awt/windows/WDialogPeer.java
changeset 32865 f9cb6e427f9e
parent 30469 bac0a7ff7e1e
child 38992 5e8d53377c10
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
    33 final class WDialogPeer extends WWindowPeer implements DialogPeer {
    33 final class WDialogPeer extends WWindowPeer implements DialogPeer {
    34     // Toolkit & peer internals
    34     // Toolkit & peer internals
    35 
    35 
    36     // Platform default background for dialogs.  Gets set on target if
    36     // Platform default background for dialogs.  Gets set on target if
    37     // target has none explicitly specified.
    37     // target has none explicitly specified.
    38     final static Color defaultBackground =  SystemColor.control;
    38     static final Color defaultBackground =  SystemColor.control;
    39 
    39 
    40     // If target doesn't have its background color set, we set its
    40     // If target doesn't have its background color set, we set its
    41     // background to platform default.
    41     // background to platform default.
    42     boolean needDefaultBackground;
    42     boolean needDefaultBackground;
    43 
    43