CTextPipe font messages

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
cheryl.barton
Posts: 1
Joined: Wed Sep 06, 2017 7:01 pm
antibot: No, of course not.

CTextPipe font messages

Post by cheryl.barton » Wed Sep 06, 2017 7:10 pm

I am creating a 3D Pie Chart and it works just fine, however, I want to suppress the following messages that get displayed when I run my program that generates the chart:

[AWT-0]:CTextPipe.drawString:java.awt.Font[family=Tahoma,name=Tahoma,style=bold,size=20]
[AWT-1]:CTextPipe.drawString:java.awt.Font[family=Tahoma,name=Tahoma,style=plain,size=12]
[AWT-2]:CTextPipe.drawString:java.awt.Font[family=Tahoma,name=Tahoma,style=plain,size=12]
[AWT-3]:CTextPipe.drawString:java.awt.Font[family=Tahoma,name=Tahoma,style=plain,size=12]
[AWT-4]:CTextPipe.drawString:java.awt.Font[family=Tahoma,name=Tahoma,style=plain,size=12]
[AWT-5]:CTextPipe.drawString:java.awt.Font[family=Tahoma,name=Tahoma,style=plain,size=12]

I am using jfreechart-1.0.19.jar and jcommon-1.0.23.jar.

Locked