Compare commits

...

3 Commits

Author SHA1 Message Date
ede28ae4a7 Commit the new Files 2022-02-07 11:06:21 +01:00
4c94cadf11 Merge branch 'merge' into Comments
# Conflicts:
#	client/app/src/main/java/customUI/Button.java
#	client/app/src/main/java/customUI/Converter.java
#	client/app/src/main/java/customUI/Label.java
#	client/app/src/main/java/customUI/Tooltip.java
#	client/app/src/main/java/events/EditEventController.java
#	client/app/src/main/java/helper/SvgBtnCreator.java
#	client/app/src/main/java/main/MainController.java
#	client/data/src/main/java/container/Event.java
#	client/data/src/main/java/res/DataController.java
#	client/data/src/main/java/res/HttpRequest.java
2022-02-07 10:40:53 +01:00
898054bb63 Comments all Files with Creator name 2022-01-25 11:14:16 +01:00
22 changed files with 31 additions and 1 deletions

View File

@ -42,6 +42,7 @@ public class CreateEventController {
public CreateEventController() { public CreateEventController() {
} }
//Marco Kühn//
@FXML @FXML
public void initialize() { public void initialize() {
StringConverter<LocalTime> defaultConverter = new LocalTimeStringConverter(FormatStyle.SHORT, Locale.GERMANY); StringConverter<LocalTime> defaultConverter = new LocalTimeStringConverter(FormatStyle.SHORT, Locale.GERMANY);
@ -52,7 +53,7 @@ public class CreateEventController {
timeEnd.setConverter(defaultConverter); timeEnd.setConverter(defaultConverter);
} }
//Marc Beyer//
@FXML @FXML
protected void createBtnClick(ActionEvent actionEvent) { protected void createBtnClick(ActionEvent actionEvent) {
try { try {
@ -84,11 +85,13 @@ public class CreateEventController {
} }
} }
//Marc Beyer//
protected void sendHttpRequest(Event event) throws HttpRequestException { protected void sendHttpRequest(Event event) throws HttpRequestException {
DataController dataController = new DataController(); DataController dataController = new DataController();
dataController.createEvent(event); dataController.createEvent(event);
} }
//Marc Beyer//
@FXML @FXML
protected void abortBtnClick(ActionEvent event) { protected void abortBtnClick(ActionEvent event) {
Stage stage = (Stage) ((Node) event.getSource()).getScene().getWindow(); Stage stage = (Stage) ((Node) event.getSource()).getScene().getWindow();

View File

@ -1,3 +1,4 @@
//Marc Beyer//
package main; package main;
import config.Config; import config.Config;
@ -14,6 +15,7 @@ import java.io.IOException;
import java.util.Objects; import java.util.Objects;
import java.util.function.Consumer; import java.util.function.Consumer;
public class MainApplication extends Application { public class MainApplication extends Application {
@Override @Override
public void start(Stage stage) throws IOException { public void start(Stage stage) throws IOException {

View File

@ -1,3 +1,4 @@
/* Marco Kühn, Marc Beyer */
package main; package main;
import config.Config; import config.Config;

View File

@ -1,3 +1,4 @@
/* Marco Kühn */
package main; package main;
import com.jfoenix.controls.*; import com.jfoenix.controls.*;

View File

@ -1,3 +1,4 @@
//Alex Rechtin//
package users; package users;
import helper.HttpRequestException; import helper.HttpRequestException;

View File

@ -1,3 +1,4 @@
/* Marc Beyer */
package users; package users;
import container.DataController; import container.DataController;

View File

@ -1,3 +1,4 @@
//Alex Rechtin//
package users; package users;
import com.jfoenix.controls.*; import com.jfoenix.controls.*;

View File

@ -1,3 +1,4 @@
/*Marco Kühn*/
GridPane{ GridPane{
-fx-background-color: #3E415F; -fx-background-color: #3E415F;
-fx-padding: 20px; -fx-padding: 20px;

View File

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Marco Kühn -->
<?import javafx.scene.control.*?> <?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?> <?import javafx.scene.layout.*?>

View File

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Marco Kühn -->
<?import javafx.scene.control.*?> <?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?> <?import javafx.scene.layout.*?>

View File

@ -1,3 +1,4 @@
/*Alex Rechtin, Marco Kühn*/
* { * {
-fx-base-background-color: #2B2D42; -fx-base-background-color: #2B2D42;
-fx-base1-background-color: #525E74; -fx-base1-background-color: #525E74;

View File

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Alex Rechtin, Marco Kühn -->
<?import javafx.geometry.*?> <?import javafx.geometry.*?>
<?import javafx.scene.control.*?> <?import javafx.scene.control.*?>
<?import javafx.scene.image.*?> <?import javafx.scene.image.*?>

View File

@ -1,3 +1,4 @@
/* Marco Kühn */
GridPane{ GridPane{
-fx-background-color: #3E415F; -fx-background-color: #3E415F;
-fx-padding: 20px; -fx-padding: 20px;

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Marco Kühn -->
<?import javafx.scene.control.*?> <?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?> <?import javafx.scene.layout.*?>

View File

@ -1,3 +1,4 @@
/*Alex Rechtin*/
* { * {
-fx-base-background-color: #2B2D42; -fx-base-background-color: #2B2D42;
-fx-base1-background-color: #525E74; -fx-base1-background-color: #525E74;

View File

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Alex Rechtin -->
<?import javafx.scene.control.*?> <?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?> <?import javafx.scene.layout.*?>
<?import javafx.geometry.Insets?> <?import javafx.geometry.Insets?>

View File

@ -1,3 +1,4 @@
/* Marco Kühn*/
* { * {
-fx-base-background-color: #2B2D42; -fx-base-background-color: #2B2D42;
-fx-base1-background-color: #525E74; -fx-base1-background-color: #525E74;

View File

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Marco Kühn -->
<?import javafx.scene.control.*?> <?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?> <?import javafx.scene.layout.*?>
<?import com.jfoenix.controls.*?> <?import com.jfoenix.controls.*?>

View File

@ -1,3 +1,4 @@
//Marc Beyer//
package config; package config;
public class Config { public class Config {

View File

@ -1,3 +1,4 @@
//Marc Beyer//
package config; package config;
import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.ObjectMapper;

View File

@ -1,3 +1,4 @@
//Marc Beyer//
package helper; package helper;
public class HttpRequestException extends Exception{ public class HttpRequestException extends Exception{

View File

@ -1,3 +1,4 @@
//Marc Beyer//
package helper; package helper;
public class Tuple<X, Y> { public class Tuple<X, Y> {