StartWindow

public class StartWindow extends JFrame implements CommandChangeListener, ActionListener

Fields

AGENT_TABLE_SIZE

static final Dimension AGENT_TABLE_SIZE

TITLE_FONT

static final float TITLE_FONT

agentPanel

AgentPanel agentPanel

commandPanel

CommandPanel commandPanel

filesPanel

FilesPanel filesPanel

Constructors

StartWindow

public StartWindow()

Methods

actionPerformed

public void actionPerformed(ActionEvent e)

addStartListener

public void addStartListener(StartListener listener)

commandChanged

public void commandChanged()

removeStartListener

public void removeStartListener(StartListener listener)

toArgList

public List<String> toArgList()