langtools/src/share/classes/com/sun/tools/doclets/formats/html/AbstractPackageIndexWriter.java
changeset 1787 1aa079321cd2
parent 10 06bc494ca11e
child 2320 5b8c377175f4
equal deleted inserted replaced
1753:d4c11dcedac3 1787:1aa079321cd2
   135             centerEnd();
   135             centerEnd();
   136         }
   136         }
   137     }
   137     }
   138 
   138 
   139     /**
   139     /**
   140      * Highlight "Overview" in the bold format, in the navigation bar as this
   140      * Highlight "Overview" in the strong format, in the navigation bar as this
   141      * is the overview page.
   141      * is the overview page.
   142      */
   142      */
   143     protected void navLinkContents() {
   143     protected void navLinkContents() {
   144         navCellRevStart();
   144         navCellRevStart();
   145         fontStyle("NavBarFont1Rev");
   145         fontStyle("NavBarFont1Rev");
   146         boldText("doclet.Overview");
   146         strongText("doclet.Overview");
   147         fontEnd();
   147         fontEnd();
   148         navCellEnd();
   148         navCellEnd();
   149     }
   149     }
   150 
   150 
   151     /**
   151     /**