< prev index next >

src/java.desktop/share/classes/sun/swing/text/TextComponentPrintable.java

Print this page

        

@@ -210,11 +210,11 @@
      * Adds all {@code JEditorPanes} under {@code container} tagged by {@code
      * FrameEditorPaneTag} to the {@code list}. It adds only top
      * level {@code JEditorPanes}.  For instance if there is a frame
      * inside the frame it will return the top frame only.
      *
-     * @param c the container to find all frames under
+     * @param container the container to find all frames under
      * @param list {@code List} to append the results too
      */
     private static void getFrames(final Container container, List<JEditorPane> list) {
         for (Component c : container.getComponents()) {
             if (c instanceof FrameEditorPaneTag
< prev index next >