Move i.b.gui.ViewLoader.java => viewfx.view.support.ViewLoader

This commit is contained in:
Chris Beams 2014-11-24 07:12:50 +01:00
parent fcaded1c33
commit e8afdf5e22
No known key found for this signature in database
GPG key ID: 3D214F8F5BC5ED73
17 changed files with 24 additions and 28 deletions

View file

@ -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;