auto-sync
This commit is contained in:
parent
405b669490
commit
1a9955a95c
|
@ -207,11 +207,11 @@ public class UpDownImage extends JPanel {
|
|||
g.setColor(Color.darkGray);
|
||||
if (upDown.upIndex != -1) {
|
||||
g.drawString("" + upDown.upIndex, x1, (int) (0.25 * d.height));
|
||||
// System.out.println("digital_event " + upDown.upIndex + " @ " + fromAngle);
|
||||
// System.out.println("digital_event," + upDown.upIndex + "," + fromAngle);
|
||||
}
|
||||
if (upDown.downIndex != -1) {
|
||||
g.drawString("" + upDown.downIndex, x2, (int) (0.25 * d.height));
|
||||
// System.out.println("digital_event " + upDown.downIndex + " @ " + toAngle);
|
||||
// System.out.println("digital_event," + upDown.downIndex + "," + toAngle);
|
||||
}
|
||||
|
||||
int offset = 3;
|
||||
|
|
Loading…
Reference in New Issue