mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-17 14:00:35 -04:00
fxml update
This commit is contained in:
parent
f506213851
commit
828b5ad9f2
6 changed files with 100 additions and 153 deletions
|
@ -1,15 +1,13 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<?import io.bitsquare.gui.components.LazyLoadingTabPane?>
|
<?import io.bitsquare.gui.components.LazyLoadingTabPane?>
|
||||||
<?import javafx.scene.control.Tab?>
|
<?import javafx.scene.control.Tab?>
|
||||||
<?import javafx.scene.layout.*?>
|
<?import javafx.scene.layout.AnchorPane?>
|
||||||
<AnchorPane AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"
|
<LazyLoadingTabPane fx:id="tabPane" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/8"
|
||||||
xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="io.bitsquare.gui.funds.FundsController">
|
xmlns:fx="http://javafx.com/fxml/1" fx:controller="io.bitsquare.gui.funds.FundsController">
|
||||||
|
|
||||||
<LazyLoadingTabPane fx:id="tabPane" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
||||||
|
|
||||||
<Tab text="Deposit" closable="false"/>
|
<Tab text="Deposit" closable="false"/>
|
||||||
<Tab text="Withdrawal" closable="false"/>
|
<Tab text="Withdrawal" closable="false"/>
|
||||||
<Tab text="Transactions" closable="false"/>
|
<Tab text="Transactions" closable="false"/>
|
||||||
|
|
||||||
</LazyLoadingTabPane>
|
</LazyLoadingTabPane>
|
||||||
</AnchorPane>
|
|
||||||
|
|
|
@ -1,33 +0,0 @@
|
||||||
package io.bitsquare.gui.history;
|
|
||||||
|
|
||||||
import io.bitsquare.gui.ChildController;
|
|
||||||
import io.bitsquare.gui.NavigationController;
|
|
||||||
import javafx.fxml.Initializable;
|
|
||||||
|
|
||||||
import java.net.URL;
|
|
||||||
import java.util.ResourceBundle;
|
|
||||||
|
|
||||||
public class HistoryController implements Initializable, ChildController
|
|
||||||
{
|
|
||||||
|
|
||||||
private NavigationController navigationController;
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void initialize(URL url, ResourceBundle rb)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setNavigationController(NavigationController navigationController)
|
|
||||||
{
|
|
||||||
this.navigationController = navigationController;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void cleanup()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
<?import javafx.scene.control.Label?>
|
|
||||||
<?import javafx.scene.layout.*?>
|
|
||||||
<AnchorPane fx:controller="io.bitsquare.gui.history.HistoryController" AnchorPane.bottomAnchor="30.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="10.0"
|
|
||||||
xmlns:fx="http://javafx.com/fxml">
|
|
||||||
<children>
|
|
||||||
<VBox spacing="20" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
||||||
<children>
|
|
||||||
|
|
||||||
<Label id="headline-label" text="Trade history"/>
|
|
||||||
|
|
||||||
</children>
|
|
||||||
</VBox>
|
|
||||||
</children>
|
|
||||||
</AnchorPane>
|
|
|
@ -1,15 +1,13 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<?import io.bitsquare.gui.components.LazyLoadingTabPane?>
|
<?import io.bitsquare.gui.components.LazyLoadingTabPane?>
|
||||||
<?import javafx.scene.control.Tab?>
|
<?import javafx.scene.control.Tab?>
|
||||||
<?import javafx.scene.layout.*?>
|
<?import javafx.scene.layout.AnchorPane?>
|
||||||
<AnchorPane AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"
|
<LazyLoadingTabPane fx:id="tabPane" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/8"
|
||||||
xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="io.bitsquare.gui.orders.OrdersController">
|
xmlns:fx="http://javafx.com/fxml/1" fx:controller="io.bitsquare.gui.orders.OrdersController">
|
||||||
|
|
||||||
<LazyLoadingTabPane fx:id="tabPane" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
||||||
|
|
||||||
<Tab text="Open offers" closable="false"/>
|
<Tab text="Open offers" closable="false"/>
|
||||||
<Tab text="Pending trades" closable="false"/>
|
<Tab text="Pending trades" closable="false"/>
|
||||||
<Tab text="Closed trades" closable="false"/>
|
<Tab text="Closed trades" closable="false"/>
|
||||||
|
|
||||||
</LazyLoadingTabPane>
|
</LazyLoadingTabPane>
|
||||||
</AnchorPane>
|
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
<padding>
|
<padding>
|
||||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0"/>
|
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0"/>
|
||||||
</padding>
|
</padding>
|
||||||
|
|
||||||
<TableView fx:id="offerTable" VBox.vgrow="ALWAYS">
|
<TableView fx:id="offerTable" VBox.vgrow="ALWAYS">
|
||||||
<columns>
|
<columns>
|
||||||
|
|
||||||
|
|
|
@ -3,10 +3,8 @@
|
||||||
<?import javafx.geometry.Insets?>
|
<?import javafx.geometry.Insets?>
|
||||||
<?import javafx.scene.control.*?>
|
<?import javafx.scene.control.*?>
|
||||||
<?import javafx.scene.layout.*?>
|
<?import javafx.scene.layout.*?>
|
||||||
<AnchorPane prefHeight="600.0" prefWidth="800.0" AnchorPane.bottomAnchor="30.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"
|
<TabPane fx:id="tabPane" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/8"
|
||||||
xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="io.bitsquare.gui.settings.SettingsController">
|
xmlns:fx="http://javafx.com/fxml/1" fx:controller="io.bitsquare.gui.settings.SettingsController">
|
||||||
|
|
||||||
<TabPane fx:id="tabPane" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
||||||
|
|
||||||
<Tab text="General" closable="false">
|
<Tab text="General" closable="false">
|
||||||
<GridPane hgap="5.0" vgap="5.0">
|
<GridPane hgap="5.0" vgap="5.0">
|
||||||
|
@ -109,4 +107,3 @@
|
||||||
</Tab>
|
</Tab>
|
||||||
|
|
||||||
</TabPane>
|
</TabPane>
|
||||||
</AnchorPane>
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue