org.grinvin.main.actions

Class NewWorkspace


public class NewWorkspace
extends AbstractAction

Author:
adpeeter

Method Summary

void
actionPerformed(ActionEvent e)
static File
selectNewWorkspaceLocation()
Ask the user for a workspace location.

Method Details

actionPerformed

public void actionPerformed(ActionEvent e)

selectNewWorkspaceLocation

public static File selectNewWorkspaceLocation()
Ask the user for a workspace location.
Returns:
directory which will hold the workspace, or null when no directory could be chosen.