On Thu, 22 Jul 2021 05:04:55 GMT, Prasanta Sadhukhan <psadhuk...@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?

oopsy. I did not mean to do that. I will restore.

> 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?

I do not know of problems with getting metrics for Postscript fonts and I have 
no idea what the 2nd comment means and it may be ancient history which is why I 
want to clean it up.

-------------

PR: https://git.openjdk.java.net/jdk/pull/4831

Reply via email to