| Author |
Drawing dotted/dashed lines in a scaled JPanel?
|
Walter Sheets
Greenhorn
Joined: Jan 23, 2009
Posts: 8
|
|
It's not that I can't draw dotted lines, I can, but when I use Graphics2D.scale() to zoom in or out on the JPanel the dotted lines become ugly/rough/fuzzy depending on the scale factor.
I want the dotted lines to scale correctly in terms of location, but not change the appearance or spacing of the dottedness. Is there a way to do this?
Many thanks.
|
 |
 |
|
|
subject: Drawing dotted/dashed lines in a scaled JPanel?
|
|
|