mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-08-20 14:16:01 +00:00
[skip ci] impl draft
Signed-off-by: Armin Schrenk <armin.schrenk@skymatic.de>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?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="org.cryptomator.integrationsbase.NotificationWindowController"
|
||||
prefHeight="400.0" prefWidth="600.0">
|
||||
<children>
|
||||
<Button layoutX="126" layoutY="90" onAction="#handleButtonAction" text="Click Me!" />
|
||||
<Label fx:id="label" layoutX="126" layoutY="120" minHeight="16" minWidth="69" />
|
||||
</children>
|
||||
</AnchorPane>
|
||||
Reference in New Issue
Block a user