src/share/classes/javax/swing/JComboBox.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1997, 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 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

@@ -673,11 +673,11 @@
      * displaying large amounts of data. If no prototype display value has
      * been specified, the renderer must be configured for each value from
      * the model and its preferred size obtained, which can be
      * relatively expensive.
      *
-     * @param prototypeDisplayValue
+     * @param prototypeDisplayValue the prototype display value
      * @see #getPrototypeDisplayValue
      * @since 1.4
      * @beaninfo
      *       bound: true
      *   attribute: visualUpdate true