mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-24 06:44:19 -04:00
integrate bitcoinj WalletAppKit
This commit is contained in:
parent
227985fdc7
commit
328ecf34fe
15 changed files with 408 additions and 112 deletions
|
@ -2,19 +2,25 @@ package io.bitsquare.gui.funds;
|
|||
|
||||
import io.bitsquare.gui.IChildController;
|
||||
import io.bitsquare.gui.INavigationController;
|
||||
import javafx.fxml.FXML;
|
||||
import javafx.fxml.Initializable;
|
||||
import javafx.scene.layout.Pane;
|
||||
|
||||
import java.net.URL;
|
||||
import java.util.ResourceBundle;
|
||||
|
||||
|
||||
public class FundsController implements Initializable, IChildController
|
||||
{
|
||||
|
||||
private INavigationController navigationController;
|
||||
|
||||
@FXML
|
||||
public Pane rootContainer;
|
||||
|
||||
@Override
|
||||
public void initialize(URL url, ResourceBundle rb)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -22,5 +28,6 @@ public class FundsController implements Initializable, IChildController
|
|||
{
|
||||
this.navigationController = navigationController;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue