jdk/src/share/classes/javax/swing/plaf/nimbus/NimbusStyle.java
changeset 22260 c9185e010e03
parent 21278 ef8a3a2a72f2
child 25122 1ecc464c69d2
equal deleted inserted replaced
22259:8e5afc67dca8 22260:c9185e010e03
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   643      * <p>One special note: the "key" passed to this method could be of the form
   643      * <p>One special note: the "key" passed to this method could be of the form
   644      * "background" or "Button.background" where "Button" equals the prefix
   644      * "background" or "Button.background" where "Button" equals the prefix
   645      * passed to the NimbusStyle constructor. In either case, it looks for
   645      * passed to the NimbusStyle constructor. In either case, it looks for
   646      * "background".</p>
   646      * "background".</p>
   647      *
   647      *
   648      * @param ctx
   648      * @param ctx SynthContext identifying requester
   649      * @param key must not be null
   649      * @param key must not be null
   650      */
   650      */
   651     @Override public Object get(SynthContext ctx, Object key) {
   651     @Override public Object get(SynthContext ctx, Object key) {
   652         Values v = getValues(ctx);
   652         Values v = getValues(ctx);
   653 
   653