super("Take a workspace snapshot", "Take workspace snapshot", new String[]{"Snapshot title"}, new String[]{"Title for this snapshot"});
}
public JComponent getComponentForArgument(int index) throws IllegalArgumentException // exception for index out of range
{
FixedLengthTextField tf = new FixedLengthTextField(UNTITLED_SNAPSHOT, 48);
tf.selectAll();
return tf;
}