mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-24 15:35:34 -04:00
Move i.b.gui.ViewLoader.java => viewfx.view.support.ViewLoader
This commit is contained in:
parent
fcaded1c33
commit
e8afdf5e22
17 changed files with 24 additions and 28 deletions
|
@ -20,13 +20,13 @@ package io.bitsquare.app.gui;
|
|||
import io.bitsquare.BitsquareException;
|
||||
import io.bitsquare.app.BitsquareEnvironment;
|
||||
import io.bitsquare.gui.Navigation;
|
||||
import io.bitsquare.gui.ViewLoader;
|
||||
|
||||
import com.google.inject.Guice;
|
||||
import com.google.inject.Injector;
|
||||
|
||||
import java.net.MalformedURLException;
|
||||
|
||||
import viewfx.view.support.ViewLoader;
|
||||
import viewfx.view.support.guice.GuiceViewFactory;
|
||||
|
||||
import javafx.application.Application;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue