creation de la branch

This commit is contained in:
imuny 2022-05-24 09:13:44 +02:00
parent 8b2d37a8cd
commit 617aca89db
2 changed files with 15 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class FranceMain extends Application {
@Override
public void init() {
france = FranceBuilder.create()
//.backgroundColor(Color.web("#4aa9d7"))
// .backgroundColor(Color.web("#4aa9d7"))
//.fillColor(Color.web("#dcb36c"))
//.strokeColor(Color.web("#987028"))
//.hoverColor(Color.web("#fec47e"))

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<AnchorPane xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="fr.univ_amu.iut.fp.Fp"
prefHeight="400.0" prefWidth="600.0">
</AnchorPane>