Search found 3 matches

by fischerw
Tue Dec 13, 2011 4:49 am
Forum: JCommon
Topic: Another TextUtilities wrap wrong
Replies: 3
Views: 51897

Another TextUtilities wrap wrong

I am using a pie chart to display data. The labels for the pie sections are sometimes very long, with few, if any, line break characters. I was setting the label width maximum, but getting bizarre results when the label was drawn. For example, the label "JmsMessaging.someFunction()", was being drawn...
by fischerw
Tue May 10, 2011 11:02 pm
Forum: JFreeChart
Topic: Exception: Requires xLow < xHigh when zooming
Replies: 1
Views: 3255

Re: Exception: Requires xLow < xHigh when zooming

I also have run into this exception. In my case, it is happening whenever I try to zoom by clicking on the plot, then dragging the mouse down and to the left. I have looked into overriding the mousePressed, mouseDragged, and mouseReleased to fix this. But, there are so many private variables in Char...
by fischerw
Wed Aug 25, 2010 6:21 pm
Forum: JFreeChart
Topic: set ChartPanel not opaque ?
Replies: 2
Views: 3903

Re: set ChartPanel not opaque ?

I am seeing the same issue. setOpaque(false) seems to be ignored.