src/share/classes/javax/swing/plaf/nimbus/NimbusStyle.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -643,11 +643,11 @@
      * <p>One special note: the "key" passed to this method could be of the form
      * "background" or "Button.background" where "Button" equals the prefix
      * passed to the NimbusStyle constructor. In either case, it looks for
      * "background".</p>
      *
-     * @param ctx
+     * @param ctx SynthContext identifying requester
      * @param key must not be null
      */
     @Override public Object get(SynthContext ctx, Object key) {
         Values v = getValues(ctx);