Compare commits
6 Commits
8f3042c5f9
...
0100-Termi
Author | SHA1 | Date | |
---|---|---|---|
2944c44d1d | |||
e51ef5c49d | |||
bab5ef0a93 | |||
0303fcf467 | |||
d09d2baf42 | |||
adae09a1e9 |
6
.gitignore
vendored
6
.gitignore
vendored
@@ -70,5 +70,7 @@ crashlytics-build.properties
|
||||
|
||||
# by github https://github.com/github/gitignore/blob/master/Java.gitignore
|
||||
|
||||
client/.gradle/
|
||||
client/build/
|
||||
hellofx/.gradle/
|
||||
hellofx/app/build/
|
||||
hellofx/data/build/
|
||||
hellofx/.gradle/buildOutputCleanup/
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,2 +0,0 @@
|
||||
#Sun Nov 14 15:59:12 CET 2021
|
||||
gradle.version=6.0
|
Binary file not shown.
@@ -29,13 +29,13 @@ val jar by tasks.getting(Jar::class) {
|
||||
})
|
||||
}
|
||||
|
||||
tasks.register("blabla", Copy::class) {
|
||||
group = "dasdas"
|
||||
tasks.register("rebuild and move", Copy::class) {
|
||||
group = "custom"
|
||||
dependsOn("clean")
|
||||
dependsOn("jar")
|
||||
|
||||
from("$buildDir/libs/app.jar")
|
||||
|
||||
mkdir("$buildDir/newShit/")
|
||||
into("$buildDir/newShit/")
|
||||
mkdir("$buildDir/out/")
|
||||
into("$buildDir/out/")
|
||||
}
|
||||
|
@@ -1,133 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.geometry.*?>
|
||||
<?import javafx.scene.*?>
|
||||
<?import javafx.scene.control.*?>
|
||||
<?import javafx.scene.image.*?>
|
||||
<?import javafx.scene.layout.*?>
|
||||
|
||||
<GridPane gridLinesVisible="true" style="-fx-background-color: #424242;"
|
||||
xmlns="http://javafx.com/javafx/11.0.2" xmlns:fx="http://javafx.com/fxml/1"
|
||||
fx:controller="client.MainController">
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="NEVER" maxWidth="60.0" minWidth="60.0"/>
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0"/>
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES"/>
|
||||
</rowConstraints>
|
||||
<VBox alignment="TOP_CENTER" prefHeight="200.0" prefWidth="100.0" spacing="5.0"
|
||||
style="-fx-background-color: #333333;">
|
||||
<ImageView fitHeight="50.0" fitWidth="50.0" pickOnBounds="true" preserveRatio="true">
|
||||
</ImageView>
|
||||
<Button mnemonicParsing="false" onAction="#onAddBtnClick" prefHeight="50" prefWidth="50"
|
||||
style="-fx-background-color: #424242;" text="ADD" textAlignment="CENTER" textFill="WHITE">
|
||||
<cursor>
|
||||
<Cursor fx:constant="HAND"/>
|
||||
</cursor>
|
||||
</Button>
|
||||
<Button mnemonicParsing="false" prefHeight="50" prefWidth="50" style="-fx-background-color: #424242;"
|
||||
textAlignment="CENTER" textFill="WHITE">
|
||||
ADD
|
||||
<cursor>
|
||||
<Cursor fx:constant="HAND"/>
|
||||
</cursor>
|
||||
</Button>
|
||||
<Button mnemonicParsing="false" prefHeight="50" prefWidth="50" style="-fx-background-color: #424242;"
|
||||
textAlignment="CENTER" textFill="WHITE">
|
||||
ADD
|
||||
<cursor>
|
||||
<Cursor fx:constant="HAND"/>
|
||||
</cursor>
|
||||
</Button>
|
||||
</VBox>
|
||||
<GridPane fx:id="calendarGrid" gridLinesVisible="true" GridPane.columnIndex="1">
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857"/>
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857"/>
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857"/>
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857"/>
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857"/>
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857"/>
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857"/>
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints maxHeight="25.0" minHeight="25.0" vgrow="NEVER"/>
|
||||
<RowConstraints maxHeight="25.0" minHeight="25.0" vgrow="NEVER"/>
|
||||
<RowConstraints vgrow="ALWAYS"/>
|
||||
</rowConstraints>
|
||||
<children>
|
||||
<Label textFill="WHITE">
|
||||
Monat
|
||||
<padding>
|
||||
<Insets left="5"/>
|
||||
</padding>
|
||||
</Label>
|
||||
|
||||
<Label textFill="WHITE" GridPane.columnIndex="0" GridPane.rowIndex="1">
|
||||
Mo
|
||||
<padding>
|
||||
<Insets left="5"/>
|
||||
</padding>
|
||||
</Label>
|
||||
<Label textFill="WHITE" GridPane.columnIndex="1" GridPane.rowIndex="1">
|
||||
Di
|
||||
<padding>
|
||||
<Insets left="5"/>
|
||||
</padding>
|
||||
</Label>
|
||||
<Label textFill="WHITE" GridPane.columnIndex="2" GridPane.rowIndex="1">
|
||||
Mi
|
||||
<padding>
|
||||
<Insets left="5"/>
|
||||
</padding>
|
||||
</Label>
|
||||
<Label textFill="WHITE" GridPane.columnIndex="3" GridPane.rowIndex="1">
|
||||
Do
|
||||
<padding>
|
||||
<Insets left="5"/>
|
||||
</padding>
|
||||
</Label>
|
||||
<Label textFill="WHITE" GridPane.columnIndex="4" GridPane.rowIndex="1">
|
||||
Fr
|
||||
<padding>
|
||||
<Insets left="5"/>
|
||||
</padding>
|
||||
</Label>
|
||||
<Label textFill="WHITE" GridPane.columnIndex="5" GridPane.rowIndex="1">
|
||||
Sa
|
||||
<padding>
|
||||
<Insets left="5"/>
|
||||
</padding>
|
||||
</Label>
|
||||
<Label textFill="WHITE" GridPane.columnIndex="6" GridPane.rowIndex="1">
|
||||
So
|
||||
<padding>
|
||||
<Insets left="5"/>
|
||||
</padding>
|
||||
</Label>
|
||||
|
||||
<VBox fx:id="vBoxMon" spacing="5.0" GridPane.columnIndex="0" GridPane.rowIndex="2">
|
||||
|
||||
</VBox>
|
||||
<VBox fx:id="vBoxTue" spacing="5.0" GridPane.columnIndex="1" GridPane.rowIndex="2">
|
||||
|
||||
</VBox>
|
||||
<VBox fx:id="vBoxWen" spacing="5.0" GridPane.columnIndex="2" GridPane.rowIndex="2">
|
||||
|
||||
</VBox>
|
||||
<VBox fx:id="vBoxThu" spacing="5.0" GridPane.columnIndex="3" GridPane.rowIndex="2">
|
||||
|
||||
</VBox>
|
||||
<VBox fx:id="vBoxFri" spacing="5.0" GridPane.columnIndex="4" GridPane.rowIndex="2">
|
||||
|
||||
</VBox>
|
||||
<VBox fx:id="vBoxSat" spacing="5.0" GridPane.columnIndex="5" GridPane.rowIndex="2">
|
||||
|
||||
</VBox>
|
||||
<VBox fx:id="vBoxSun" spacing="5.0" GridPane.columnIndex="6" GridPane.rowIndex="2">
|
||||
|
||||
</VBox>
|
||||
</children>
|
||||
</GridPane>
|
||||
</GridPane>
|
6
hellofx/app/build/resources/main/client/style.css
Normal file
6
hellofx/app/build/resources/main/client/style.css
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
.main-btn{
|
||||
-fx-background-color: #424242;
|
||||
-fx-text-fill: white;
|
||||
-fx-border-radius: 50em;
|
||||
}
|
@@ -4,15 +4,16 @@ import javafx.application.Application;
|
||||
import javafx.fxml.FXMLLoader;
|
||||
import javafx.scene.Scene;
|
||||
import javafx.stage.Stage;
|
||||
import res.RestController;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.Objects;
|
||||
|
||||
public class MainApplication extends Application {
|
||||
@Override
|
||||
public void start(Stage stage) throws IOException {
|
||||
FXMLLoader fxmlLoader = new FXMLLoader(MainApplication.class.getResource("main-view.fxml"));
|
||||
Scene scene = new Scene(fxmlLoader.load(), 1200, 800);
|
||||
Scene scene = new Scene(fxmlLoader.load(), 1200, 700);
|
||||
scene.getStylesheets().add(Objects.requireNonNull(MainApplication.class.getResource("style.css")).toExternalForm());
|
||||
stage.setTitle("Hello!");
|
||||
stage.setScene(scene);
|
||||
stage.show();
|
||||
|
@@ -6,7 +6,7 @@ import javafx.scene.layout.GridPane;
|
||||
import javafx.scene.layout.VBox;
|
||||
import javafx.scene.paint.Color;
|
||||
import res.Event;
|
||||
import res.RestController;
|
||||
import res.DataController;
|
||||
|
||||
public class MainController {
|
||||
@FXML
|
||||
@@ -30,8 +30,8 @@ public class MainController {
|
||||
|
||||
@FXML
|
||||
protected void onAddBtnClick(){
|
||||
RestController restController = new RestController();
|
||||
Event[] eventList = restController.getAllEvents();
|
||||
DataController dataController = new DataController();
|
||||
Event[] eventList = dataController.getAllEvents();
|
||||
|
||||
for(Event event : eventList){
|
||||
Label label = new Label();
|
||||
|
@@ -6,103 +6,94 @@
|
||||
<?import javafx.scene.image.*?>
|
||||
<?import javafx.scene.layout.*?>
|
||||
|
||||
<GridPane gridLinesVisible="true" style="-fx-background-color: #424242;"
|
||||
xmlns="http://javafx.com/javafx/11.0.2" xmlns:fx="http://javafx.com/fxml/1"
|
||||
fx:controller="client.MainController">
|
||||
<GridPane gridLinesVisible="true" style="-fx-background-color: #424242;" xmlns="http://javafx.com/javafx/11.0.2" xmlns:fx="http://javafx.com/fxml/1" fx:controller="client.MainController">
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="NEVER" maxWidth="60.0" minWidth="60.0"/>
|
||||
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0"/>
|
||||
<ColumnConstraints hgrow="NEVER" maxWidth="60.0" minWidth="60.0" />
|
||||
<ColumnConstraints hgrow="ALWAYS" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES"/>
|
||||
<RowConstraints vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
<VBox alignment="TOP_CENTER" prefHeight="200.0" prefWidth="100.0" spacing="5.0"
|
||||
style="-fx-background-color: #333333;">
|
||||
<VBox alignment="TOP_CENTER" prefHeight="200.0" prefWidth="100.0" spacing="5.0" style="-fx-background-color: #333333;">
|
||||
<ImageView fitHeight="50.0" fitWidth="50.0" pickOnBounds="true" preserveRatio="true">
|
||||
</ImageView>
|
||||
<Button mnemonicParsing="false" onAction="#onAddBtnClick" prefHeight="50" prefWidth="50"
|
||||
style="-fx-background-color: #424242;" text="ADD" textAlignment="CENTER" textFill="WHITE">
|
||||
<cursor>
|
||||
<Cursor fx:constant="HAND"/>
|
||||
</cursor>
|
||||
<Button mnemonicParsing="false" onAction="#onAddBtnClick" prefHeight="50" prefWidth="50" styleClass="main-btn" text="ADD">
|
||||
</Button>
|
||||
<Button mnemonicParsing="false" prefHeight="50" prefWidth="50" style="-fx-background-color: #424242;"
|
||||
textAlignment="CENTER" textFill="WHITE">
|
||||
<Button mnemonicParsing="false" prefHeight="50" prefWidth="50" style="-fx-background-color: #424242;" textAlignment="CENTER" textFill="WHITE">
|
||||
ADD
|
||||
<cursor>
|
||||
<Cursor fx:constant="HAND"/>
|
||||
<Cursor fx:constant="HAND" />
|
||||
</cursor>
|
||||
</Button>
|
||||
<Button mnemonicParsing="false" prefHeight="50" prefWidth="50" style="-fx-background-color: #424242;"
|
||||
textAlignment="CENTER" textFill="WHITE">
|
||||
<Button mnemonicParsing="false" prefHeight="50" prefWidth="50" style="-fx-background-color: #424242;" textAlignment="CENTER" textFill="WHITE">
|
||||
ADD
|
||||
<cursor>
|
||||
<Cursor fx:constant="HAND"/>
|
||||
<Cursor fx:constant="HAND" />
|
||||
</cursor>
|
||||
</Button>
|
||||
</VBox>
|
||||
<GridPane fx:id="calendarGrid" gridLinesVisible="true" GridPane.columnIndex="1">
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857"/>
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857"/>
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857"/>
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857"/>
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857"/>
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857"/>
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857"/>
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
||||
<ColumnConstraints hgrow="ALWAYS" percentWidth="14.2857142857" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints maxHeight="25.0" minHeight="25.0" vgrow="NEVER"/>
|
||||
<RowConstraints maxHeight="25.0" minHeight="25.0" vgrow="NEVER"/>
|
||||
<RowConstraints vgrow="ALWAYS"/>
|
||||
<RowConstraints maxHeight="25.0" minHeight="25.0" vgrow="NEVER" />
|
||||
<RowConstraints maxHeight="25.0" minHeight="25.0" vgrow="NEVER" />
|
||||
<RowConstraints vgrow="ALWAYS" />
|
||||
</rowConstraints>
|
||||
<Label textFill="WHITE">
|
||||
Monat
|
||||
<padding>
|
||||
<Insets left="5"/>
|
||||
<Insets left="5" />
|
||||
</padding>
|
||||
</Label>
|
||||
|
||||
<Label textFill="WHITE" GridPane.columnIndex="0" GridPane.rowIndex="1">
|
||||
Mo
|
||||
<padding>
|
||||
<Insets left="5"/>
|
||||
<Insets left="5" />
|
||||
</padding>
|
||||
</Label>
|
||||
<Label textFill="WHITE" GridPane.columnIndex="1" GridPane.rowIndex="1">
|
||||
Di
|
||||
<padding>
|
||||
<Insets left="5"/>
|
||||
<Insets left="5" />
|
||||
</padding>
|
||||
</Label>
|
||||
<Label textFill="WHITE" GridPane.columnIndex="2" GridPane.rowIndex="1">
|
||||
Mi
|
||||
<padding>
|
||||
<Insets left="5"/>
|
||||
<Insets left="5" />
|
||||
</padding>
|
||||
</Label>
|
||||
<Label textFill="WHITE" GridPane.columnIndex="3" GridPane.rowIndex="1">
|
||||
Do
|
||||
<padding>
|
||||
<Insets left="5"/>
|
||||
<Insets left="5" />
|
||||
</padding>
|
||||
</Label>
|
||||
<Label textFill="WHITE" GridPane.columnIndex="4" GridPane.rowIndex="1">
|
||||
Fr
|
||||
<padding>
|
||||
<Insets left="5"/>
|
||||
<Insets left="5" />
|
||||
</padding>
|
||||
</Label>
|
||||
<Label textFill="WHITE" GridPane.columnIndex="5" GridPane.rowIndex="1">
|
||||
Sa
|
||||
<padding>
|
||||
<Insets left="5"/>
|
||||
<Insets left="5" />
|
||||
</padding>
|
||||
</Label>
|
||||
<Label textFill="WHITE" GridPane.columnIndex="6" GridPane.rowIndex="1">
|
||||
So
|
||||
<padding>
|
||||
<Insets left="5"/>
|
||||
<Insets left="5" />
|
||||
</padding>
|
||||
</Label>
|
||||
|
||||
|
6
hellofx/app/src/main/resources/client/style.css
Normal file
6
hellofx/app/src/main/resources/client/style.css
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
.main-btn{
|
||||
-fx-background-color: #424242;
|
||||
-fx-text-fill: white;
|
||||
-fx-border-radius: 50em;
|
||||
}
|
@@ -1,2 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
|
@@ -9,7 +9,7 @@ import java.net.HttpURLConnection;
|
||||
import java.net.URL;
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class RestController {
|
||||
public class DataController {
|
||||
|
||||
private static final String ALL_EVENTS_ENDPOINT = "http://localhost:8080/vpr/all-events";
|
||||
private static final String ALL_USERS_ENDPOINT = "http://localhost:8080/vpr/all-users";
|
Reference in New Issue
Block a user