aboutsummaryrefslogtreecommitdiff
path: root/report
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-02-24 21:08:28 +0100
committerPacien TRAN-GIRARD2014-02-24 21:08:28 +0100
commit4ff3502c0f7a18a5344965c4a80ee7599e8939de (patch)
tree46e73fc4bf39022e49cdecf80a9e4363b53f3c9f /report
parent7f153a4c1a9cd294b516067a4950d54f9c7d10d2 (diff)
downloadesieequest-4ff3502c0f7a18a5344965c4a80ee7599e8939de.tar.gz
Update report
Diffstat (limited to 'report')
-rw-r--r--report/progression.tex10
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
117The following methods was implemented as part of commit 54e102463.
118
117\subsubsection{Game} 119\subsubsection{Game}
118 120
119The constructor of this class instantiates the GameEngine and the UserInterface, 121The constructor of this class instantiates the GameEngine and the UserInterface,
@@ -146,6 +148,14 @@ is called and an ActionEvent is passed as parameter.
146The actionPerformed() method then does the appropriate action according to the 148The actionPerformed() method then does the appropriate action according to the
147event that happened. 149event that happened.
148 150
151\subsection{Add a button}
152
153A help button was added with commit 7f153a4c1. The processCommand() method was
154modified to take the command String as parameter instead of reading it only from
155the text field, and the actionPerformed() method was modified accordingly to
156forward the command.
157
158
149\section{Zuul MVC} 159\section{Zuul MVC}
150 160
151\subsection{Structure} 161\subsection{Structure}