Browse Source

Unfollow build dir

EyeXion 3 years ago
parent
commit
0ff3d3b844
37 changed files with 216 additions and 141 deletions
  1. 3
    0
      .idea/.gitignore
  2. 9
    0
      .idea/Clavardage.iml
  3. 7
    0
      .idea/codeStyles/Project.xml
  4. 5
    0
      .idea/codeStyles/codeStyleConfig.xml
  5. 6
    0
      .idea/compiler.xml
  6. 20
    0
      .idea/gradle.xml
  7. 20
    0
      .idea/jarRepositories.xml
  8. 7
    0
      .idea/misc.xml
  9. 8
    0
      .idea/modules.xml
  10. 124
    0
      .idea/uiDesigner.xml
  11. 7
    0
      .idea/vcs.xml
  12. BIN
      build/classes/java/main/app/insa/clav/Core/Model$TimerTaskResponseWait.class
  13. BIN
      build/classes/java/main/app/insa/clav/Core/Model.class
  14. BIN
      build/classes/java/main/app/insa/clav/Core/Utilisateurs.class
  15. BIN
      build/classes/java/main/app/insa/clav/Main.class
  16. BIN
      build/classes/java/main/app/insa/clav/Messages/Message.class
  17. BIN
      build/classes/java/main/app/insa/clav/Messages/MessagePseudo.class
  18. BIN
      build/classes/java/main/app/insa/clav/UIControllers/MainDrawerController$1.class
  19. BIN
      build/classes/java/main/app/insa/clav/UIControllers/MainDrawerController.class
  20. BIN
      build/classes/java/main/app/insa/clav/UIControllers/MainWindowController$1.class
  21. BIN
      build/classes/java/main/app/insa/clav/UIControllers/MainWindowController$2.class
  22. BIN
      build/classes/java/main/app/insa/clav/UIControllers/MainWindowController.class
  23. BIN
      build/classes/java/main/app/insa/clav/UIControllers/PseudoWindowController$1.class
  24. BIN
      build/classes/java/main/app/insa/clav/UIControllers/PseudoWindowController.class
  25. BIN
      build/classes/java/main/app/insa/clav/UIControllers/SplashScreenController.class
  26. BIN
      build/classes/java/main/app/insa/clav/UISubStages/PseudoStage.class
  27. BIN
      build/classes/java/main/app/insa/clav/reseau/UDPInput.class
  28. BIN
      build/classes/java/main/app/insa/clav/reseau/UDPOutput.class
  29. 0
    42
      build/resources/main/fxml/mainDrawerContent.fxml
  30. 0
    24
      build/resources/main/fxml/mainWindow.fxml
  31. 0
    23
      build/resources/main/fxml/pseudoWindow.fxml
  32. 0
    47
      build/resources/main/fxml/splashScreen.fxml
  33. BIN
      build/resources/main/logos/bgSplash.jpg
  34. BIN
      build/resources/main/logos/jiggly.jpg
  35. BIN
      build/resources/main/logos/jigglySpalsh.png
  36. BIN
      build/resources/main/stylesheets/bgMain.jpg
  37. 0
    5
      build/resources/main/stylesheets/mainWindowStyle.css

+ 3
- 0
.idea/.gitignore View File

@@ -0,0 +1,3 @@
1
+# Default ignored files
2
+/shelf/
3
+/workspace.xml

+ 9
- 0
.idea/Clavardage.iml View File

@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module type="JAVA_MODULE" version="4">
3
+  <component name="NewModuleRootManager" inherit-compiler-output="true">
4
+    <exclude-output />
5
+    <content url="file://$MODULE_DIR$" />
6
+    <orderEntry type="inheritedJdk" />
7
+    <orderEntry type="sourceFolder" forTests="false" />
8
+  </component>
9
+</module>

+ 7
- 0
.idea/codeStyles/Project.xml View File

@@ -0,0 +1,7 @@
1
+<component name="ProjectCodeStyleConfiguration">
2
+  <code_scheme name="Project" version="173">
3
+    <ScalaCodeStyleSettings>
4
+      <option name="MULTILINE_STRING_CLOSING_QUOTES_ON_NEW_LINE" value="true" />
5
+    </ScalaCodeStyleSettings>
6
+  </code_scheme>
7
+</component>

+ 5
- 0
.idea/codeStyles/codeStyleConfig.xml View File

@@ -0,0 +1,5 @@
1
+<component name="ProjectCodeStyleConfiguration">
2
+  <state>
3
+    <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
4
+  </state>
5
+</component>

+ 6
- 0
.idea/compiler.xml View File

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="CompilerConfiguration">
4
+    <bytecodeTargetLevel target="11" />
5
+  </component>
6
+</project>

+ 20
- 0
.idea/gradle.xml View File

@@ -0,0 +1,20 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="GradleMigrationSettings" migrationVersion="1" />
4
+  <component name="GradleSettings">
5
+    <option name="linkedExternalProjectsSettings">
6
+      <GradleProjectSettings>
7
+        <option name="delegatedBuild" value="true" />
8
+        <option name="testRunner" value="GRADLE" />
9
+        <option name="distributionType" value="DEFAULT_WRAPPED" />
10
+        <option name="externalProjectPath" value="$PROJECT_DIR$" />
11
+        <option name="gradleJvm" value="11 (2)" />
12
+        <option name="modules">
13
+          <set>
14
+            <option value="$USER_HOME$/Cours/4A/Clavardage" />
15
+          </set>
16
+        </option>
17
+      </GradleProjectSettings>
18
+    </option>
19
+  </component>
20
+</project>

+ 20
- 0
.idea/jarRepositories.xml View File

@@ -0,0 +1,20 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="RemoteRepositoriesConfiguration">
4
+    <remote-repository>
5
+      <option name="id" value="central" />
6
+      <option name="name" value="Maven Central repository" />
7
+      <option name="url" value="https://repo1.maven.org/maven2" />
8
+    </remote-repository>
9
+    <remote-repository>
10
+      <option name="id" value="jboss.community" />
11
+      <option name="name" value="JBoss Community repository" />
12
+      <option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
13
+    </remote-repository>
14
+    <remote-repository>
15
+      <option name="id" value="MavenRepo" />
16
+      <option name="name" value="MavenRepo" />
17
+      <option name="url" value="https://repo.maven.apache.org/maven2/" />
18
+    </remote-repository>
19
+  </component>
20
+</project>

+ 7
- 0
.idea/misc.xml View File

@@ -0,0 +1,7 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ExternalStorageConfigurationManager" enabled="true" />
4
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="11" project-jdk-type="JavaSDK">
5
+    <output url="file://$PROJECT_DIR$/out" />
6
+  </component>
7
+</project>

+ 8
- 0
.idea/modules.xml View File

@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ProjectModuleManager">
4
+    <modules>
5
+      <module fileurl="file://$PROJECT_DIR$/.idea/Clavardage.iml" filepath="$PROJECT_DIR$/.idea/Clavardage.iml" />
6
+    </modules>
7
+  </component>
8
+</project>

+ 124
- 0
.idea/uiDesigner.xml View File

@@ -0,0 +1,124 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="Palette2">
4
+    <group name="Swing">
5
+      <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
6
+        <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
7
+      </item>
8
+      <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
9
+        <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
10
+      </item>
11
+      <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
12
+        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
13
+      </item>
14
+      <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
15
+        <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
16
+      </item>
17
+      <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
18
+        <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
19
+        <initial-values>
20
+          <property name="text" value="Button" />
21
+        </initial-values>
22
+      </item>
23
+      <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
24
+        <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
25
+        <initial-values>
26
+          <property name="text" value="RadioButton" />
27
+        </initial-values>
28
+      </item>
29
+      <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
30
+        <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
31
+        <initial-values>
32
+          <property name="text" value="CheckBox" />
33
+        </initial-values>
34
+      </item>
35
+      <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
36
+        <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
37
+        <initial-values>
38
+          <property name="text" value="Label" />
39
+        </initial-values>
40
+      </item>
41
+      <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
42
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
43
+          <preferred-size width="150" height="-1" />
44
+        </default-constraints>
45
+      </item>
46
+      <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
47
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
48
+          <preferred-size width="150" height="-1" />
49
+        </default-constraints>
50
+      </item>
51
+      <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true">
52
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
53
+          <preferred-size width="150" height="-1" />
54
+        </default-constraints>
55
+      </item>
56
+      <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true">
57
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
58
+          <preferred-size width="150" height="50" />
59
+        </default-constraints>
60
+      </item>
61
+      <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
62
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
63
+          <preferred-size width="150" height="50" />
64
+        </default-constraints>
65
+      </item>
66
+      <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
67
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
68
+          <preferred-size width="150" height="50" />
69
+        </default-constraints>
70
+      </item>
71
+      <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
72
+        <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
73
+      </item>
74
+      <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false">
75
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
76
+          <preferred-size width="150" height="50" />
77
+        </default-constraints>
78
+      </item>
79
+      <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false">
80
+        <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
81
+          <preferred-size width="150" height="50" />
82
+        </default-constraints>
83
+      </item>
84
+      <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false">
85
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
86
+          <preferred-size width="150" height="50" />
87
+        </default-constraints>
88
+      </item>
89
+      <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false">
90
+        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
91
+          <preferred-size width="200" height="200" />
92
+        </default-constraints>
93
+      </item>
94
+      <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false">
95
+        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
96
+          <preferred-size width="200" height="200" />
97
+        </default-constraints>
98
+      </item>
99
+      <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true">
100
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
101
+      </item>
102
+      <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false">
103
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
104
+      </item>
105
+      <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">
106
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />
107
+      </item>
108
+      <item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
109
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />
110
+      </item>
111
+      <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">
112
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
113
+          <preferred-size width="-1" height="20" />
114
+        </default-constraints>
115
+      </item>
116
+      <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">
117
+        <default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />
118
+      </item>
119
+      <item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
120
+        <default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />
121
+      </item>
122
+    </group>
123
+  </component>
124
+</project>

+ 7
- 0
.idea/vcs.xml View File

@@ -0,0 +1,7 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="VcsDirectoryMappings">
4
+    <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+    <mapping directory="$USER_HOME$/Cours/4A/Clavardage" vcs="Git" />
6
+  </component>
7
+</project>

BIN
build/classes/java/main/app/insa/clav/Core/Model$TimerTaskResponseWait.class View File


BIN
build/classes/java/main/app/insa/clav/Core/Model.class View File


BIN
build/classes/java/main/app/insa/clav/Core/Utilisateurs.class View File


BIN
build/classes/java/main/app/insa/clav/Main.class View File


BIN
build/classes/java/main/app/insa/clav/Messages/Message.class View File


BIN
build/classes/java/main/app/insa/clav/Messages/MessagePseudo.class View File


BIN
build/classes/java/main/app/insa/clav/UIControllers/MainDrawerController$1.class View File


BIN
build/classes/java/main/app/insa/clav/UIControllers/MainDrawerController.class View File


BIN
build/classes/java/main/app/insa/clav/UIControllers/MainWindowController$1.class View File


BIN
build/classes/java/main/app/insa/clav/UIControllers/MainWindowController$2.class View File


BIN
build/classes/java/main/app/insa/clav/UIControllers/MainWindowController.class View File


BIN
build/classes/java/main/app/insa/clav/UIControllers/PseudoWindowController$1.class View File


BIN
build/classes/java/main/app/insa/clav/UIControllers/PseudoWindowController.class View File


BIN
build/classes/java/main/app/insa/clav/UIControllers/SplashScreenController.class View File


BIN
build/classes/java/main/app/insa/clav/UISubStages/PseudoStage.class View File


BIN
build/classes/java/main/app/insa/clav/reseau/UDPInput.class View File


BIN
build/classes/java/main/app/insa/clav/reseau/UDPOutput.class View File


+ 0
- 42
build/resources/main/fxml/mainDrawerContent.fxml View File

@@ -1,42 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-
3
-<?import com.jfoenix.controls.JFXButton?>
4
-<?import javafx.geometry.Insets?>
5
-<?import javafx.scene.control.Label?>
6
-<?import javafx.scene.image.Image?>
7
-<?import javafx.scene.image.ImageView?>
8
-<?import javafx.scene.layout.HBox?>
9
-<?import javafx.scene.layout.VBox?>
10
-<?import javafx.scene.text.Font?>
11
-<?import org.kordamp.ikonli.javafx.FontIcon?>
12
-
13
-<VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="150.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="app.insa.clav.UIControllers.MainDrawerController">
14
-   <children>
15
-      <ImageView fitHeight="171.0" fitWidth="150.0" pickOnBounds="true">
16
-         <image>
17
-            <Image url="@../logos/jiggly.jpg" />
18
-         </image>
19
-      </ImageView>
20
-      <JFXButton fx:id="buttonPseudo" buttonType="RAISED" onAction="#buttonPseudoHandler" prefHeight="58.0" prefWidth="150.0" ripplerFill="#ee28b3" style="-fx-background-color: c2f967;">
21
-         <graphic>
22
-            <HBox prefHeight="59.0" prefWidth="130.0">
23
-               <children>
24
-                  <Label text="Pseudo">
25
-                     <HBox.margin>
26
-                        <Insets left="20.0" top="20.0" />
27
-                     </HBox.margin>
28
-                     <font>
29
-                        <Font size="15.0" />
30
-                     </font>
31
-                  </Label>
32
-                  <FontIcon iconColor="#f52424" iconLiteral="fa-slack" iconSize="30" wrappingWidth="31.0">
33
-                     <HBox.margin>
34
-                        <Insets left="15.0" top="15.0" />
35
-                     </HBox.margin>
36
-                  </FontIcon>
37
-               </children>
38
-            </HBox>
39
-         </graphic>
40
-      </JFXButton>
41
-   </children>
42
-</VBox>

+ 0
- 24
build/resources/main/fxml/mainWindow.fxml View File

@@ -1,24 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-
3
-<?import com.jfoenix.controls.JFXDrawer?>
4
-<?import com.jfoenix.controls.JFXHamburger?>
5
-<?import com.jfoenix.controls.JFXListView?>
6
-<?import javafx.scene.control.Label?>
7
-<?import javafx.scene.effect.Shadow?>
8
-<?import javafx.scene.layout.AnchorPane?>
9
-<?import javafx.scene.text.Font?>
10
-
11
-<AnchorPane id="rootPane" fx:id="rootPane" maxHeight="400.0" maxWidth="600.0" minHeight="400.0" minWidth="600.0" prefHeight="400.0" prefWidth="600.0" stylesheets="@../stylesheets/mainWindowStyle.css" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="app.insa.clav.UIControllers.MainWindowController">
12
-   <children>
13
-      <JFXHamburger fx:id="mainHamburger" layoutX="14.0" layoutY="21.0" onMouseClicked="#clickMainHamburgerHandler">
14
-         <effect>
15
-            <Shadow color="#b103ff" height="0.0" radius="0.0" width="0.0" />
16
-         </effect></JFXHamburger>
17
-      <JFXDrawer fx:id="mainDrawer" defaultDrawerSize="120.0" direction="RIGHT" layoutX="460.0" prefHeight="400.0" prefWidth="150.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="460.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
18
-      <JFXListView fx:id="userListView" depth="10" layoutX="40.0" layoutY="96.0" prefHeight="304.0" prefWidth="200.0" style="-fx-background-color: a1c3f7;" verticalGap="1.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="40.0" AnchorPane.rightAnchor="360.0" AnchorPane.topAnchor="96.0" />
19
-      <Label fx:id="mainLabel" layoutX="74.0" layoutY="16.0" prefHeight="30.0" prefWidth="302.0" style="-fx-font-weight: bold;" text="Welcome, please choose a pseudo" textAlignment="CENTER" textFill="#ed0e7f" wrapText="true">
20
-         <font>
21
-            <Font name="Ubuntu" size="17.0" />
22
-         </font></Label>
23
-   </children>
24
-</AnchorPane>

+ 0
- 23
build/resources/main/fxml/pseudoWindow.fxml View File

@@ -1,23 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-
3
-<?import com.jfoenix.controls.JFXButton?>
4
-<?import javafx.scene.control.Label?>
5
-<?import javafx.scene.control.ProgressIndicator?>
6
-<?import javafx.scene.control.TextField?>
7
-<?import javafx.scene.layout.AnchorPane?>
8
-<?import javafx.scene.text.Font?>
9
-
10
-
11
-<AnchorPane prefHeight="290.0" prefWidth="340.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="app.insa.clav.UIControllers.PseudoWindowController">
12
-   <children>
13
-      <Label layoutX="98.0" layoutY="23.0" style="-fx-font-weight: bold;" text="Choix du Pseudo" textFill="#ae1a1a">
14
-         <font>
15
-            <Font name="Ubuntu Light" size="17.0" />
16
-         </font>
17
-      </Label>
18
-      <TextField fx:id="pseudoInput" layoutX="84.0" layoutY="117.0" promptText="Enter Pseudo..." />
19
-      <JFXButton fx:id="buttonValidatePseudo" buttonType="RAISED" layoutX="128.0" layoutY="182.0" onAction="#clickButtonValidatePseudo" ripplerFill="#1aad7f" style="-fx-background-color: e36366;" text="Validate" />
20
-      <Label fx:id="errorLabel" alignment="CENTER" layoutX="63.0" layoutY="73.0" prefHeight="16.0" prefWidth="213.0" text="Pseudo already used, try again" textAlignment="CENTER" visible="false" />
21
-      <ProgressIndicator fx:id="spinnerPseudo" layoutX="276.0" layoutY="117.0" prefHeight="26.0" prefWidth="34.0" visible="false" />
22
-   </children>
23
-</AnchorPane>

+ 0
- 47
build/resources/main/fxml/splashScreen.fxml View File

@@ -1,47 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-
3
-<?import javafx.geometry.Insets?>
4
-<?import javafx.scene.control.Label?>
5
-<?import javafx.scene.image.Image?>
6
-<?import javafx.scene.image.ImageView?>
7
-<?import javafx.scene.layout.StackPane?>
8
-<?import javafx.scene.shape.Circle?>
9
-<?import javafx.scene.text.Font?>
10
-
11
-<StackPane fx:id="rootSplash" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="app.insa.clav.UIControllers.SplashScreenController">
12
-   <children>
13
-      <ImageView fitHeight="400.0" fitWidth="600.0" pickOnBounds="true">
14
-         <image>
15
-            <Image url="@../logos/bgSplash.jpg" />
16
-         </image>
17
-      </ImageView>
18
-      <Label style="-fx-font-weight: bold;" text="Jigglypuff Messenger" textFill="#9a1f1f">
19
-         <font>
20
-            <Font name="Ubuntu Light" size="36.0" />
21
-         </font>
22
-      </Label>
23
-      <ImageView fitHeight="166.0" fitWidth="186.0" pickOnBounds="true" preserveRatio="true">
24
-         <StackPane.margin>
25
-            <Insets top="230.0" />
26
-         </StackPane.margin>
27
-         <image>
28
-            <Image url="@../logos/jigglySpalsh.png" />
29
-         </image>
30
-      </ImageView>
31
-      <Circle fx:id="c1" fill="#20f5f500" radius="88.0" stroke="#39d0e4" strokeType="INSIDE" strokeWidth="15.0" style="-fx-stroke-dash-array: 55;">
32
-         <StackPane.margin>
33
-            <Insets bottom="215.0" />
34
-         </StackPane.margin>
35
-      </Circle>
36
-      <Circle fx:id="c2" fill="#20f5f500" radius="58.0" stroke="#39e33e" strokeType="INSIDE" strokeWidth="10.0" style="-fx-stroke-dash-array: 35;">
37
-         <StackPane.margin>
38
-            <Insets bottom="215.0" />
39
-         </StackPane.margin>
40
-      </Circle>
41
-      <Circle fx:id="c3" fill="#20f5f500" radius="34.0" stroke="#d0d651" strokeType="INSIDE" strokeWidth="5.0" style="-fx-stroke-dash-array: 35;">
42
-         <StackPane.margin>
43
-            <Insets bottom="215.0" />
44
-         </StackPane.margin>
45
-      </Circle>
46
-   </children>
47
-</StackPane>

BIN
build/resources/main/logos/bgSplash.jpg View File


BIN
build/resources/main/logos/jiggly.jpg View File


BIN
build/resources/main/logos/jigglySpalsh.png View File


BIN
build/resources/main/stylesheets/bgMain.jpg View File


+ 0
- 5
build/resources/main/stylesheets/mainWindowStyle.css View File

@@ -1,5 +0,0 @@
1
-#rootPane{
2
-    -fx-background-image: url("bgMain.jpg");
3
-    -fx-background-repeat : stretch;
4
-    -fx-background-size : 600 400;
5
-}

Loading…
Cancel
Save