COSC 341: Human Computer Interaction

A1 Sample Solution

This is how I coded up the GUI using Java with the basic GUI functionality required in the A1 specs. You should be able to build on it to complete A2. However, note that you may have to make some changes to the code (e.g., scope of variables, layout method, etc.).

A1 Feedback