Skip to content
Snippets Groups Projects
Commit 326b915d authored by Théo Pirkl's avatar Théo Pirkl :nail_care:
Browse files

Pushes small changes

parent 203f2a6f
No related branches found
No related tags found
2 merge requests!21*poof* final version,!5Basic GUI
......@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>ch.hepia.etu</groupId>
<groupId>ch.hepia</groupId>
<artifactId>tp4</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>HepiaNet</name>
......@@ -52,7 +52,7 @@
</execution>
</executions>
<configuration>
<mainClass>ch.hepia.etu.socialnetwork.Main</mainClass>
<mainClass>ch.hepia.Main</mainClass>
</configuration>
</plugin>
</plugins>
......
package ch.hepia.etu.socialnetwork;
package ch.hepia;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
......
package ch.hepia.etu.socialnetwork.ui;
package ch.hepia.ui;
public class ConnectionController {
}
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.*?>
<?import javafx.scene.shape.*?>
<?import javafx.scene.text.*?>
<?import javafx.scene.control.*?>
<?import java.lang.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.text.*?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.ProgressIndicator?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.text.Font?>
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="565.0" prefWidth="1000.0" style="-fx-background-color: #bababa;" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="565.0" prefWidth="1000.0" style="-fx-background-color: #bababa;" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ch.hepia.ui.ConnectionController">
<top>
<Label alignment="CENTER" contentDisplay="CENTER" prefHeight="80.0" prefWidth="1000.0" style="-fx-background-color: #35B1EE;" text="AppNameLabel" textAlignment="CENTER" textFill="WHITE" BorderPane.alignment="CENTER">
<font>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment