diff options
author | Pacien TRAN-GIRARD | 2014-02-24 21:08:28 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-02-24 21:08:28 +0100 |
commit | 4ff3502c0f7a18a5344965c4a80ee7599e8939de (patch) | |
tree | 46e73fc4bf39022e49cdecf80a9e4363b53f3c9f /report | |
parent | 7f153a4c1a9cd294b516067a4950d54f9c7d10d2 (diff) | |
download | esieequest-4ff3502c0f7a18a5344965c4a80ee7599e8939de.tar.gz |
Update report
Diffstat (limited to 'report')
-rw-r--r-- | report/progression.tex | 10 |
1 files changed, 10 insertions, 0 deletions
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. | |||
114 | 114 | ||
115 | \subsection{Game, GameEngine, UserInterface} | 115 | \subsection{Game, GameEngine, UserInterface} |
116 | 116 | ||
117 | The following methods was implemented as part of commit 54e102463. | ||
118 | |||
117 | \subsubsection{Game} | 119 | \subsubsection{Game} |
118 | 120 | ||
119 | The constructor of this class instantiates the GameEngine and the UserInterface, | 121 | The constructor of this class instantiates the GameEngine and the UserInterface, |
@@ -146,6 +148,14 @@ is called and an ActionEvent is passed as parameter. | |||
146 | The actionPerformed() method then does the appropriate action according to the | 148 | The actionPerformed() method then does the appropriate action according to the |
147 | event that happened. | 149 | event that happened. |
148 | 150 | ||
151 | \subsection{Add a button} | ||
152 | |||
153 | A help button was added with commit 7f153a4c1. The processCommand() method was | ||
154 | modified to take the command String as parameter instead of reading it only from | ||
155 | the text field, and the actionPerformed() method was modified accordingly to | ||
156 | forward the command. | ||
157 | |||
158 | |||
149 | \section{Zuul MVC} | 159 | \section{Zuul MVC} |
150 | 160 | ||
151 | \subsection{Structure} | 161 | \subsection{Structure} |