GUI

public class GUI extends PlugInFrame

Main FIJI plugin frame.

Author:Marcel Stefko

Fields

app

App app

Constructors

GUI

public GUI(String title)

Creates new form MainFrame

Parameters:
  • title – title of the window

GUI

public GUI()

Initialize the new frame

Methods

run

public void run(String arg)

Show the frame and initialize backend.

Parameters:
  • arg

setApp

public void setApp(App app)

Set the App which this GUI should control

Parameters:
  • app