Changes

Jump to: navigation, search
no edit summary
=== 6. Implement Add elements to Add Screen Student Option ===
6.1. This application is using a dialog window to add a student.<br/>
6.2. Implement <code>AddCommandHandler</code> by implementing <code>CommandHandler</code> as anonymous class:
<presource lang="java">
addItem.setCommand(new Command(new CommandHandler() {
public void execute(ReadOnlyCommandMetadata metadata, Object context) {
}
}));
</presource>
6.3. Run the application and select "''Add student''" from the menu:<br/>
[[Image: BB_add.png | 300px ]]<br/>6.4. Type in the student's first and last name, and e-mail address:<br/>[[Image: BB_add2.png | 300px]]<br/>6.5. Click save. The list should get updated:<br/>[[Image: BB_add3.png | 300px]]
1
edit

Navigation menu