this button is dead
This commit is contained in:
parent
63648b8beb
commit
90e5c62b68
Binary file not shown.
Before Width: | Height: | Size: 4.8 KiB |
|
@ -33,7 +33,6 @@ public class BenchTestPane {
|
|||
content.add(createMILTest());
|
||||
content.add(createIdleTest());
|
||||
content.add(createStarterTest());
|
||||
content.add(createDizzyTest());
|
||||
content.add(new CommandControl(uiContext, "Reboot", "", "Reboot") {
|
||||
@Override
|
||||
protected String getCommand() {
|
||||
|
@ -79,11 +78,6 @@ public class BenchTestPane {
|
|||
return panel.getContent();
|
||||
}
|
||||
|
||||
private Component createDizzyTest() {
|
||||
CommandControl panel = new FixedCommandControl(uiContext, "Dizzy", "dizzy.jpg", TEST, "dizzybench");
|
||||
return panel.getContent();
|
||||
}
|
||||
|
||||
private Component createStarterTest() {
|
||||
CommandControl panel = new FixedCommandControl(uiContext, "Starter", "", TEST, CMD_STARTER_BENCH);
|
||||
return panel.getContent();
|
||||
|
|
Loading…
Reference in New Issue