In case anyone else has the same query, Frames are no longer generated by Default.

This is covered in JDK-8202961

In times past, to allow for navigation within API documentation, the standard doclet presented indexes in frames on the left side of the window to allow classes, packages and (more recently) modules to be selected for display in the main body of the window.

More recently, the doclet now supports a "search" feature, which provides a more versatile way of finding items to view. Separately, the doclet is moving towards using HTML 5 (only), and the basic support for frames in HTML 5 is less than it was in HTML 4.

and JDK-8187794 among others

Update the javadoc/doclet to generate no frames as a default. A warning should be generated if "--frames" option is specified to generate frames. The support for frames will be removed from a future release.

It seems that if you really wanted to use frames you could generate your own from the JDK src and experience the warning, but this will be removed completely at some point.

In summary, get used to the Search function, framed javadocs are on their way out!

Answer from muttonUp on Stack Overflow
🌐
Oracle
docs.oracle.com › en › java › javase › 11 › docs › api › › › java.desktop › java › awt › Frame.html
Frame (Java SE 11 & JDK 11 )
January 10, 2025 - The size of the frame includes any area designated for the border. The dimensions of the border area may be obtained using the getInsets method, however, since these dimensions are platform-dependent, a valid insets value cannot be obtained until the frame is made displayable by either calling ...
🌐
Debian Manpages
manpages.debian.org › testing › openjdk-11-jdk-headless › javadoc.1.en.html
javadoc(1) — openjdk-11-jdk-headless — Debian testing — Debian Manpages
November 11, 2020 - When you pass two or more package names, the javadoc command creates a third frame that lists all packages and an overview page (overview-summary.html). To bypass frames, click the No Frames link or enter the page set from the overview-summary.html page. The generated class and interface files ...
🌐
GitHub
github.com › climber09 › Javadoc-Frames-Generator
GitHub - climber09/Javadoc-Frames-Generator
The Java Standard Edition API since ... accustomed to. If you want to view the Java edition 11 (or later) API with HTML frames, as you could with earlier Java editions, then you may want to give this a try. The Javadoc Frames Generator is pure JavaScript....
Author   climber09
🌐
Coderanch
coderanch.com › t › 727723 › java › Enabling-frame-view-Java-API
Enabling frame view for Java 11 API documentation (Beginning Java forum at Coderanch)
March 5, 2020 - Yes, frames is no more. There is a new search in the upper right corner that is very powerful and may give you what you need. JavaRanch-FAQ HowToAskQuestionsOnJavaRanch UseCodeTags DontWriteLongLines ItDoesntWorkIsUseLess FormatCode JavaIndenter SSCCE API-17 JLS JavaLanguageSpecification ...
🌐
Oracle
docs.oracle.com › en › java › javase › 11 › tools › javadoc.html
javadoc
April 12, 2024 - Enables the use of frames in the generated output (default). ... Group the specified packages together in the Overview page. ... Specifies the header text to be placed at the top of each output file. The header is placed to the right of the upper navigation bar.
🌐
OpenJDK
bugs.openjdk.org › browse › JDK-8202961
Javadoc should not generate frames by default
Change the standard doclet so that by default, it does not generate support for frames.
🌐
GitHub
github.com › junit-team › junit5 › issues › 1671
SNAPSHOT javadocs are missing "framed" version · Issue #1671 · junit-team/junit5
November 8, 2018 - Browse to https://junit.org/junit5/docs/current/api/index.html?overview-summary.html and you'll have the option to select "Frames" or "No Frames".
Find elsewhere
🌐
Eclipse Foundation
eclipse.org › jetty › javadoc › jetty-11 › org › eclipse › jetty › http2 › frames › Frame.html
Frame (Jetty :: Javadoc Build 11.0.15 API)
Package org.eclipse.jetty.http2.frames · java.lang.Object · org.eclipse.jetty.http2.frames.Frame · Direct Known Subclasses: ContinuationFrame, DisconnectFrame, FailureFrame, GoAwayFrame, PingFrame, PrefaceFrame, ResetFrame, SettingsFrame, StreamFrame, UnknownFrame, WindowUpdateFrame ·
🌐
SourceForge
drjava.sourceforge.net › docs › user › ch10s03.html
Java API Javadoc
DrJava will use the version and ... feature is used during a DrJava session. You can use Java API Javadoc pages on your local system by entering a URL beginning with file:// followed by the directory the allclasses-frame.html file is in....
🌐
OpenJDK
cr.openjdk.org › ~chegar › httpclient › 02 › javadoc › api › overview-summary.html
Overview (Java SE 11 & JDK 11 [ad-hoc build])
December 18, 2018 - This document is divided into two sections: · Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, ...
🌐
JetBrains
youtrack.jetbrains.com › issue › TW-69524
OpenAPI Javadoc frames view has disappeared : TW-69524
March 17, 2022 - {{ (>_<) }} This version of your browser is not supported. Try upgrading to the latest stable version. Something went seriously wrong
🌐
Oracle
docs.oracle.com › en › java › javase › 11 › docs › api
Overview (Java SE 11 & JDK 11 )
October 20, 2025 - The Java Development Kit (JDK) APIs are specific to the JDK and will not necessarily be available in all implementations of the Java SE Platform.
🌐
Oracle
docs.oracle.com › en › java › javase › 11 › javadoc › javadoc-command.html
3 Javadoc Command
Because two or more packages are being generated, the document has three HTML frames: one for the list of packages, another for the list of classes, and the third for the main class pages. ... The second way to run the javadoc command is to pass one or more source files.
🌐
Oracle
docs.oracle.com › en › java › javase › 11
JDK 11 Documentation - Home
January 25, 2022 - The documentation for JDK 11 includes developer guides, API documentation, and release notes.
🌐
Oracle
docs.oracle.com › javase › › 7 › docs › technotes › tools › windows › javadoc.html
javadoc-The Java API Documentation Generator
1 week ago - The Javadoc tool will generate either two or three HTML frames, as shown in the figure below. It creates the minimum necessary number of frames by omitting the list of packages if there is only one package (or no packages). That is, when you pass a single package name or source files (*.java) ...
🌐
Oracle
docs.oracle.com › en › java › javase › 11 › docs › api › jdk.javadoc › module-summary.html
jdk.javadoc (Java SE 11 & JDK 11 )
January 20, 2026 - This module provides the equivalent of command-line access to javadoc via the ToolProvider and Tool service provider interfaces (SPIs), and more flexible access via the DocumentationTool SPI · Instances of the tools can be obtained by calling ToolProvider.findFirst or the service loader with ...