// super(parent, GanttLanguage.getInstance().getText("propertiesFor")
// + " '" + tasksNames + "'", true);
final GanttTaskPropertiesBean taskPropertiesBean = new GanttTaskPropertiesBean(myTasks, project, uiFacade);
final Action[] actions = new Action[] {
new OkAction() {
public void actionPerformed(ActionEvent arg0) {
uiFacade.getUndoManager().undoableEdit("Properties changed",
new Runnable() {
public void run() {