Skip to content
Snippets Groups Projects
Commit e76684d1 authored by Daniel Felipe González Obando's avatar Daniel Felipe González Obando
Browse files

Added main method to TensorFlowSelector EZPlugin

parent c8476ae9
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,9 @@ import org.bioimageanalysis.icy.tensorflow.versionmanager.version.AvailableTenso ...@@ -10,6 +10,9 @@ import org.bioimageanalysis.icy.tensorflow.versionmanager.version.AvailableTenso
import org.bioimageanalysis.icy.tensorflow.versionmanager.version.TensorFlowVersion; import org.bioimageanalysis.icy.tensorflow.versionmanager.version.TensorFlowVersion;
import icy.gui.dialog.MessageDialog; import icy.gui.dialog.MessageDialog;
import icy.main.Icy;
import icy.plugin.PluginLauncher;
import icy.plugin.PluginLoader;
import icy.preferences.XMLPreferences; import icy.preferences.XMLPreferences;
import icy.system.IcyHandledException; import icy.system.IcyHandledException;
import icy.util.StringUtil; import icy.util.StringUtil;
...@@ -41,6 +44,12 @@ public class TensorFlowVersionSelector extends EzPlug implements EzStoppable, Bl ...@@ -41,6 +44,12 @@ public class TensorFlowVersionSelector extends EzPlug implements EzStoppable, Bl
Function.identity())); Function.identity()));
} }
public static void main(String[] args)
{
Icy.main(args);
PluginLauncher.start(PluginLoader.getPlugin(TensorFlowVersionSelector.class.getName()));
}
@Override @Override
protected void initialize() protected void initialize()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment