Site Search

Program 3: MDI Applications

Learning Objectives for Program 3

After completion of Program 3, you should have demonstrated the use of

Assignment

Create a C# Windows MDI application that could serve as part of an Student Java Programming IDE for CS 110 students at CWU.

The Parent class will represent a Java IDE. Let students open new Java classes (child forms) to in the IDE that allow them to type in and edit Java source code.

Include menus, toolbars, and other features that a beginning Java student might need, without overwhelming them with too many options. The design is left up to you, but see the sample screen snapshot below for a idea of a minimalist implementation.

program3 (24K)

Note: this is a prototype. You do not need to compile or execute the Java programs that the users enter, but you should include the appropriate menu and menu items for types of tasks that they will need to perform.

Submission Requirements

Grading Criteria

50 points maximum

The assignment will be scored using the following criteria:

URL: http://www/cwu.edu /~gellenbe/446/labs/program3.php
Author: Ed Gellenbeck, Department of Computer Science, Central Washington University, gellenbe@cwu.edu
Copyright 2006 Ed Gellenbeck, Central Washington University
Last modified: March 26, 2008