[OpenJDK 2D-Dev] RFR: 8205138: Remove Applet references from Font2DTest
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Thu Jul 22 05:09:51 UTC 2021
On Mon, 19 Jul 2021 20:50:14 GMT, Phil Race <prr at openjdk.org> wrote:
> Applet support was removed already but the .html file was left as well as docs on applet issues
> and a parameter only relevant to applets.
src/demo/share/jfc/Font2DTest/Font2DTest.java line 272:
> 270: fileMenu.addSeparator();
> 271: if ( !isApplet )
> 272: fileMenu.add( new MenuItemV2( "Exit", this ));
If it is not Applet, should we not retain this line?
src/demo/share/jfc/Font2DTest/README.txt line 142:
> 140: - There are still some bugs around the error handling.
> 141: Most of these problems will usually get fixed when some parameters
> 142: are changed, or the screen is refreshed.
Are the 1st 2 known problems are not there now?
-------------
PR: https://git.openjdk.java.net/jdk/pull/4831
More information about the 2d-dev
mailing list