langtools/src/share/classes/com/sun/tools/doclets/formats/html/HelpWriter.java
changeset 1787 1aa079321cd2
parent 10 06bc494ca11e
child 5520 86e4b9a9da40
equal deleted inserted replaced
1753:d4c11dcedac3 1787:1aa079321cd2
   221      * Highlight the word "Help" in the navigation bar as this is the help file.
   221      * Highlight the word "Help" in the navigation bar as this is the help file.
   222      */
   222      */
   223     protected void navLinkHelp() {
   223     protected void navLinkHelp() {
   224         navCellRevStart();
   224         navCellRevStart();
   225         fontStyle("NavBarFont1Rev");
   225         fontStyle("NavBarFont1Rev");
   226         boldText("doclet.Help");
   226         strongText("doclet.Help");
   227         fontEnd();
   227         fontEnd();
   228         navCellEnd();
   228         navCellEnd();
   229     }
   229     }
   230 }
   230 }