Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexis MIKOLAJEWSKI
projetS2-2021-17-SF
Commits
bb98377a
Commit
bb98377a
authored
Jun 25, 2021
by
Romain PERROUQUET
Browse files
Modification Suivi.
parent
c78260e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Suivi.md
View file @
bb98377a
...
...
@@ -83,4 +83,15 @@ Alexis Mikolajewski
| Controlleur pour les parties en cours | 7c20fe39 | 3h | - |
| V1.0 terminé | e7ac14da | 1h | - |
| Résolution des derniers bugs | 89d1e229 | 1h | - |
| Upload de l'archive | 0f825d88 | 45min | junit en console |
\ No newline at end of file
| Upload de l'archive | 0f825d88 | 45min | junit en console |
Romain Perrouquet
| Tâche | n° Commit | Temps passé | Difficulté.s |
| ------------------------------------- | --------- | ----------- | ------------ |
| Résoudre les bugs de ValidateController | 7c68781b | 1h30 | - |
| Ajout de commmentaires et résolution de bugs | 88c7d134, b65e1a32 | 1h30 | - |
| Ajout et modification des couleurs | 42f7d732, a3ed184d | 1h30 | - |
| Rédaction Readme | d7a139ef | 30 min | - |
src/app.java
View file @
bb98377a
...
...
@@ -11,8 +11,8 @@ public class app {
// Paramétrage du proxy
Network
net
=
new
Network
();
//
net.setProxy("srv-proxy-etu-2.iut-nantes.univ-nantes.prive", 3128);
//
Network.enableProxy(true);
net
.
setProxy
(
"srv-proxy-etu-2.iut-nantes.univ-nantes.prive"
,
3128
);
Network
.
enableProxy
(
true
);
//Initialisation des différentes fenêtres
mainMenu
main
=
new
mainMenu
(
"Main menu"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment