]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.jemmytest/src/main/java/org/argeo/slc/jemmytest/AutoUiApplicationJemmy.java
Simplify projects
[gpl/argeo-slc.git] / sandbox / argeo.slc.jemmytest / src / main / java / org / argeo / slc / jemmytest / AutoUiApplicationJemmy.java
index d15b4fef764a26597e0aa78b4bd9703cf83990db..b9678c5f4bffe6e3d7a73a8c859b6303a50ed11f 100644 (file)
@@ -2,22 +2,11 @@ package org.argeo.slc.jemmytest;
 
 import org.argeo.slc.autoui.AutoUiActivator;
 import org.argeo.slc.autoui.AutoUiApplication;
-import org.netbeans.jemmy.ClassReference;
 import org.netbeans.jemmy.operators.JButtonOperator;
 import org.netbeans.jemmy.operators.JFrameOperator;
 import org.netbeans.jemmy.operators.JLabelOperator;
 
 public class AutoUiApplicationJemmy implements AutoUiApplication {
-       public void run() {
-               try {
-                       execute(new Object());
-               } catch (Exception e) {
-                       e.printStackTrace();
-                       throw new RuntimeException("Could not execute as Runnable"
-                                       + e.getMessage());
-               }
-       }
-
        public Object execute(Object object) throws Exception {
 
                // Find components