Code Search for Developers
 
 
  

CreateProjectDialogBox.java from MASE: Agile Software Engineering at Krugle


Show CreateProjectDialogBox.java syntax highlighted

package ucalgary.ebe.webui.client.ui;

import com.google.gwt.user.client.ui.DialogBox;

public class CreateProjectDialogBox extends DialogBox {
	
	private String name;
}




See more files for this project here

MASE: Agile Software Engineering

The MASE project investigates methods to support the coordination and executable acceptance testing of software projects. Keywords: Agile methods, distributed teams, Extreme Programming. See http://ebe.cpsc.ucalgary.ca/ebe for more information.

Project homepage: http://sourceforge.net/projects/mase
Programming language(s): Java,XML
License: other

  CheckBoxWithID.java
  CreateIterationDialogBox.java
  CreateProjectDialogBox.java
  CreateStoryCardDialogBox.java
  ImageButton.java
  ImageWithID.java
  LoadProjectElement.java
  MoveStoryCardElement.java
  ProjectWhiteBoard.java
  StoryCardGrid.java
  StoryCardParentListBox.java
  TextBoxWithID.java
  WebUIMenu.java