Ajout de la librairie pdfbox dans module-info.java et pom.xml

This commit is contained in:
NonoL3Robot
2021-11-12 23:27:57 +01:00
parent 1edce86594
commit eba8aaa2a8
10 changed files with 189 additions and 0 deletions
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.control.Button?>
<VBox alignment="CENTER" spacing="20.0" xmlns:fx="http://javafx.com/fxml"
fx:controller="com.lecteurpdfdoubleaffichage.lecteurpdfdoubleaffichage.HelloController">
<padding>
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0"/>
</padding>
<Label fx:id="welcomeText"/>
<Button text="Hello!" onAction="#onHelloButtonClick"/>
</VBox>
Binary file not shown.