From 4ff3502c0f7a18a5344965c4a80ee7599e8939de Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Mon, 24 Feb 2014 21:08:28 +0100 Subject: Update report --- report/progression.tex | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/report/progression.tex b/report/progression.tex index bb5a548..f015634 100644 --- a/report/progression.tex +++ b/report/progression.tex @@ -114,6 +114,8 @@ passed to any method in any class. \subsection{Game, GameEngine, UserInterface} +The following methods was implemented as part of commit 54e102463. + \subsubsection{Game} The constructor of this class instantiates the GameEngine and the UserInterface, @@ -146,6 +148,14 @@ is called and an ActionEvent is passed as parameter. The actionPerformed() method then does the appropriate action according to the event that happened. +\subsection{Add a button} + +A help button was added with commit 7f153a4c1. The processCommand() method was +modified to take the command String as parameter instead of reading it only from +the text field, and the actionPerformed() method was modified accordingly to +forward the command. + + \section{Zuul MVC} \subsection{Structure} -- cgit v1.2.3