auto-sync
This commit is contained in:
parent
c8fc9e1485
commit
38aee25110
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
|
@ -20,10 +20,20 @@ public class BenchTestPane {
|
|||
content.add(createFuelPumpTest());
|
||||
content.add(createSparkTest());
|
||||
content.add(createInjectorTest());
|
||||
content.add(new JLabel());
|
||||
content.add(createMILTest());
|
||||
content.add(new MessagesView().messagesScroll);
|
||||
}
|
||||
|
||||
private Component createMILTest() {
|
||||
BenchTestPanel panel = new BenchTestPanel("check_engine.jpg", "MIL") {
|
||||
@NotNull
|
||||
protected String getCommand() {
|
||||
return "milbench";
|
||||
}
|
||||
};
|
||||
return panel.getContent();
|
||||
}
|
||||
|
||||
private Component createFanTest() {
|
||||
BenchTestPanel panel = new BenchTestPanel("radiator_fan.jpg", "Radiator Fan") {
|
||||
@NotNull
|
||||
|
|
Loading…
Reference in New Issue