src/share/classes/com/sun/tools/doclets/formats/html/FrameOutputWriter.java

changeset 1364
8db45b13526e
parent 1359
25e14ad23cef
child 1372
78962d89f283
equal deleted inserted replaced
1363:0d1818e9d4ae 1364:8db45b13526e
93 93
94 /** 94 /**
95 * Generate the contants in the "index.html" file. Print the frame details 95 * Generate the contants in the "index.html" file. Print the frame details
96 * as well as warning if browser is not supporting the Html frames. 96 * as well as warning if browser is not supporting the Html frames.
97 */ 97 */
98 protected void generateFrameFile() { 98 protected void generateFrameFile() throws IOException {
99 Content frameset = getFrameDetails(); 99 Content frameset = getFrameDetails();
100 if (configuration.windowtitle.length() > 0) { 100 if (configuration.windowtitle.length() > 0) {
101 printFramesetDocument(configuration.windowtitle, configuration.notimestamp, 101 printFramesetDocument(configuration.windowtitle, configuration.notimestamp,
102 frameset); 102 frameset);
103 } else { 103 } else {

mercurial