3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-12 10:15:52 +00:00

Template app: move alert window controller to the right package.

This commit is contained in:
Mike Hearn 2013-09-16 11:38:43 +02:00
parent 4ef346112f
commit 26f2d13581
3 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package wallettemplate;
package wallettemplate.utils;
import javafx.scene.control.Button;
import javafx.scene.control.Label;

View File

@ -9,7 +9,6 @@ import javafx.scene.layout.Pane;
import javafx.stage.Modality;
import javafx.stage.Stage;
import javafx.util.Duration;
import wallettemplate.AlertWindowController;
import java.io.IOException;
import java.util.function.BiConsumer;

View File

@ -9,7 +9,7 @@
<?import javafx.scene.paint.*?>
<?import javafx.scene.text.*?>
<GridPane hgap="14.0" maxHeight="+Infinity" maxWidth="+Infinity" minHeight="-Infinity" minWidth="-Infinity" vgap="20.0" xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/2.2" fx:controller="wallettemplate.AlertWindowController">
<GridPane hgap="14.0" maxHeight="+Infinity" maxWidth="+Infinity" minHeight="-Infinity" minWidth="-Infinity" vgap="20.0" xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/2.2" fx:controller="wallettemplate.utils.AlertWindowController">
<children>
<ImageView fitHeight="60.0" fitWidth="60.0" pickOnBounds="true" preserveRatio="true" GridPane.columnIndex="0" GridPane.halignment="CENTER" GridPane.rowIndex="0" GridPane.valignment="TOP">
<image>