.. java:import:: ch.epfl.leb.sass.server RPCServer .. java:import:: ij IJ .. java:import:: ij.plugin.frame PlugInFrame .. java:import:: java.io File .. java:import:: java.io FileInputStream .. java:import:: java.io IOException .. java:import:: javax.swing JFileChooser .. java:import:: javax.swing.filechooser FileNameExtensionFilter Server ====== .. java:package:: ch.epfl.leb.sass.ijplugin :noindex: .. java:type:: public class Server extends PlugInFrame The form for configuring the SASS server from within ImageJ. :author: Kyle M. Douglass Constructors ------------ Server ^^^^^^ .. java:constructor:: public Server(String title) :outertype: Server Creates new form Server :param title: The title of the form. Server ^^^^^^ .. java:constructor:: public Server() :outertype: Server Creates new form Server Methods ------- run ^^^ .. java:method:: @Override public void run(String arg) :outertype: Server Show the frame and initialize backend. :param arg: