creation de la branch
This commit is contained in:
parent
8b2d37a8cd
commit
617aca89db
@ -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"))
|
||||
|
14
src/main/java/fr/univ_amu/iut/fp/fp.fxml
Normal file
14
src/main/java/fr/univ_amu/iut/fp/fp.fxml
Normal 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>
|
Loading…
Reference in New Issue
Block a user