Refactor Maven Project Structure

- Convert client/, common/ and server/ to modules
- Add parent pom.xml
- Update templates and workflow
- Remove old documentation
This commit is contained in:
2020-07-13 15:06:10 +02:00
parent 34337c3838
commit 3023039f50
43 changed files with 82 additions and 1128 deletions

View File

@ -377,7 +377,7 @@ public final class ChatScene implements Restorable {
private void doABarrelRoll() {
// contains all Node objects in ChatScene in alphabetical order
final var rotatableNodes = new Node[] { attachmentButton, attachmentView, contactLabel, infoLabel, messageList, messageTextArea,
postButton, remainingChars, rotateButton, scene, settingsButton, userList, voiceButton };
postButton, remainingChars, rotateButton, scene, settingsButton, chatList, voiceButton };
final var random = new Random();
for (final var node : rotatableNodes) {
// Defines at most four whole rotation in at most 4s