TDC label to images
This commit is contained in:
parent
431bdf8f94
commit
3155a15a13
|
@ -244,9 +244,9 @@ public class TriggerImage {
|
|||
2 * tdcMarkRadius,
|
||||
2 * tdcMarkRadius);
|
||||
|
||||
g.drawString("TDC", middle + smallX + tdcMarkRadius * 2, middle + smallY);
|
||||
}
|
||||
|
||||
|
||||
for (int i = 0; i < wheel.size(); i++) {
|
||||
TriggerSignal current = wheel.get(i);
|
||||
|
||||
|
|
Loading…
Reference in New Issue