mirror of
https://github.com/badvision/lawless-legends.git
synced 2024-11-19 14:33:02 +00:00
Removed unnecessary example fxml file
This commit is contained in:
parent
8a909055dd
commit
486ba70778
@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import java.lang.*?>
|
||||
<?import javafx.scene.*?>
|
||||
<?import javafx.scene.control.*?>
|
||||
<?import org.tbee.javafx.scene.layout.fxml.MigPane?>
|
||||
<?import layouttests.migfxml.sample1.*?>
|
||||
|
||||
<MigPane id="rootPane" fx:controller="org.badvision.outlaweditor.HelloController"
|
||||
styleClass="main-panel"
|
||||
layout="insets 20"
|
||||
cols="[label, pref!][grow, 50::]"
|
||||
rows=""
|
||||
xmlns:fx="http://javafx.com/fxml">
|
||||
|
||||
<Label text="First Name:" /> <TextField fx:id="firstNameField" prefColumnCount="30" MigPane.cc="growx, wrap" />
|
||||
<Label text="Last Name:" /> <TextField fx:id="lastNameField" prefColumnCount="30" MigPane.cc="growx, wrap" />
|
||||
|
||||
<Button text="Say Hello" onAction="#sayHello" MigPane.cc="skip, gap :push, gaptop 15, wrap" />
|
||||
|
||||
<Label fx:id="messageLabel" styleClass="hello-message" MigPane.cc="span, growx, gaptop 15" />
|
||||
|
||||
</MigPane >
|
Loading…
Reference in New Issue
Block a user