-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-
11, 14
A DESCRIPTION OF THE PROBLEM :
Up to Java 10 it was possible to display the online Java API documentation in a very useful way,
in a web page with 3 frames:
https://docs.oracle.com/javase/10/docs/api/index.html?overview-summary.html
This page could be activated by pressing the "FRAMES" link available on the following page:
https://docs.oracle.com/javase/10/docs/api/overview-summary.html
Starting with Java 11 it looks like a similar link and page display option are NOT available any more.
The available pages, displaying either the list of the classes or the details for a chosen class, but NOT both,
are less friendly and convenient.
Is it possible to restore the previously available display option for ALL the subsequent Java versions
( later than Java 10) ?
Up to Java 10 it was possible to display the online Java API documentation in a very useful way,
in a web page with 3 frames:
https://docs.oracle.com/javase/10/docs/api/index.html?overview-summary.html
This page could be activated by pressing the "FRAMES" link available on the following page:
https://docs.oracle.com/javase/10/docs/api/overview-summary.html
Starting with Java 11 it looks like a similar link and page display option are NOT available any more.
The available pages, displaying either the list of the classes or the details for a chosen class, but NOT both,
are less friendly and convenient.
Is it possible to restore the previously available display option for ALL the subsequent Java versions
( later than Java 10) ?
- relates to
-
JDK-8232683 The removal of frames from the API documentation makes it less than useful
- Closed