diff options
author | Pacien TRAN-GIRARD | 2014-05-31 15:33:08 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-05-31 15:33:08 +0200 |
commit | 5fb9aef73b75cfc2c60c6566789f9cfe7c370059 (patch) | |
tree | 9c323db6cbe6ba928d58e489020894d5a3fdbec4 /src | |
parent | 7c9796cba1f9f066ea9a83411a38b3adb760923d (diff) | |
download | esieequest-5fb9aef73b75cfc2c60c6566789f9cfe7c370059.tar.gz |
Add some photos
Diffstat (limited to 'src')
-rw-r--r-- | src/esieequest/ui/rich/UserInterface.java | 2 | ||||
-rw-r--r-- | src/esieequest/ui/web/WebInterface.java | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/esieequest/ui/rich/UserInterface.java b/src/esieequest/ui/rich/UserInterface.java index c743d68..636905d 100644 --- a/src/esieequest/ui/rich/UserInterface.java +++ b/src/esieequest/ui/rich/UserInterface.java | |||
@@ -64,7 +64,7 @@ import esieequest.ui.Viewable; | |||
64 | abstract class UserInterface implements Viewable, ActionListener { | 64 | abstract class UserInterface implements Viewable, ActionListener { |
65 | 65 | ||
66 | private static final String ILLUSTRATION_DIR = "resources/images/"; | 66 | private static final String ILLUSTRATION_DIR = "resources/images/"; |
67 | private static final String ILLUSTRATION_EXT = ".png"; | 67 | private static final String ILLUSTRATION_EXT = ".jpg"; |
68 | 68 | ||
69 | private static final String SOUND_DIR = "resources/audio/"; | 69 | private static final String SOUND_DIR = "resources/audio/"; |
70 | private static final String SOUND_EXT = ".ogg"; | 70 | private static final String SOUND_EXT = ".ogg"; |
diff --git a/src/esieequest/ui/web/WebInterface.java b/src/esieequest/ui/web/WebInterface.java index aa70317..a512315 100644 --- a/src/esieequest/ui/web/WebInterface.java +++ b/src/esieequest/ui/web/WebInterface.java | |||
@@ -45,8 +45,8 @@ import esieequest.ui.Viewable; | |||
45 | */ | 45 | */ |
46 | class WebInterface extends Composite implements Viewable { | 46 | class WebInterface extends Composite implements Viewable { |
47 | 47 | ||
48 | private static final String ILLUSTRATION_DIR = "resources/frame/"; | 48 | private static final String ILLUSTRATION_DIR = "resources/images/"; |
49 | private static final String ILLUSTRATION_EXT = ".html"; | 49 | private static final String ILLUSTRATION_EXT = ".jpg"; |
50 | 50 | ||
51 | private static final String SOUND_DIR = "resources/audio/"; | 51 | private static final String SOUND_DIR = "resources/audio/"; |
52 | private static final String SOUND_EXT = ".ogg"; | 52 | private static final String SOUND_EXT = ".ogg"; |