changeset 10897:35f92e0adeb7

8104577: Remove debugging message from Font2DTest demo Reviewed-by: serb
author prr
date Tue, 16 Jun 2015 12:34:44 -0700
parents 29554859c79d
children d3df3d70e3d7
files src/share/demo/jfc/Font2DTest/FontPanel.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/demo/jfc/Font2DTest/FontPanel.java	Tue Jun 16 10:48:36 2015 -0700
+++ b/src/share/demo/jfc/Font2DTest/FontPanel.java	Tue Jun 16 12:34:44 2015 -0700
@@ -515,7 +515,6 @@
 
         /// Sets the font, hints, according to the set parameters
         private void setParams( Graphics2D g2 ) {
-System.out.println("USING FONT " + testFont + " "+testFont.getPSName());
             g2.setFont( testFont );
             g2.setRenderingHint(KEY_TEXT_ANTIALIASING, antiAliasType);
             g2.setRenderingHint(KEY_FRACTIONALMETRICS, fractionalMetricsType);