acRelayBench
This commit is contained in:
parent
f68ba22ba2
commit
7ef0ca3dc6
|
@ -16,6 +16,7 @@ public class BenchTestPane {
|
|||
content.setBorder(BorderFactory.createEmptyBorder(20, 20, 20, 20));
|
||||
|
||||
content.add(createFanTest());
|
||||
content.add(createAcRelayTest());
|
||||
content.add(createFuelPumpTest());
|
||||
content.add(createSparkTest());
|
||||
content.add(createInjectorTest());
|
||||
|
@ -67,6 +68,11 @@ public class BenchTestPane {
|
|||
return panel.getContent();
|
||||
}
|
||||
|
||||
private Component createAcRelayTest() {
|
||||
CommandControl panel = new FixedCommandControl("A/C Compressor Relay", ".jpg", TEST, "acrelaybench");
|
||||
return panel.getContent();
|
||||
}
|
||||
|
||||
private Component createFuelPumpTest() {
|
||||
CommandControl panel = new FixedCommandControl("Fuel Pump", "fuel_pump.jpg", TEST, "fuelpumpbench");
|
||||
return panel.getContent();
|
||||
|
|
Loading…
Reference in New Issue