parent
adb1efdd24
commit
db46562f83
@ -390,7 +390,7 @@ public class ScaledBorder implements Border {
|
|||||||
} catch (java.text.ParseException ex) {
|
} catch (java.text.ParseException ex) {
|
||||||
}
|
}
|
||||||
int strW = fm.stringWidth(text);
|
int strW = fm.stringWidth(text);
|
||||||
g.drawString(text, labelX - strW / 2, xLineY + fontAsc);
|
g.drawString(text, labelX - strW / 2, xLineY + fontAsc + markerLength);
|
||||||
g.drawLine(labelX, xLineY, labelX, xLineY + markerLength);
|
g.drawLine(labelX, xLineY, labelX, xLineY + markerLength);
|
||||||
n++;
|
n++;
|
||||||
labelX = xnull + (int) (n * srcDX * mx);
|
labelX = xnull + (int) (n * srcDX * mx);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user