From 4cecab8f6356332379902870062fcb7afc8be45c Mon Sep 17 00:00:00 2001 From: Drew Short Date: Fri, 22 Aug 2014 18:36:23 -0500 Subject: [PATCH] Working on getting directory browsing working. --- pom.xml | 22 ++++---- src/main/resources/fxml/mainapp/MainApp.fxml | 54 +++++++++++++------ .../imagetools/ui/component/ImageTile.scala | 19 +++++++ .../ui/component/ImageTileFactory.scala | 18 +++++-- .../ui/controller/AppController.scala | 22 ++++++-- 5 files changed, 101 insertions(+), 34 deletions(-) create mode 100644 src/main/scala/com/sothr/imagetools/ui/component/ImageTile.scala diff --git a/pom.xml b/pom.xml index aea9de1..d89afab 100644 --- a/pom.xml +++ b/pom.xml @@ -28,13 +28,13 @@ UTF-8 1.8 - 3.8.1 - 2.0 - 1.0.13 - 1.7.5 - 1.0.1 - 2.10.3 - 2.2.3 + 4.11 + 2.2.1 + 1.1.2 + 1.7.7 + 1.0.2 + 2.11.2 + 2.3.5 1.1 2.8.0 1.2 @@ -57,7 +57,7 @@ org.scalatest - scalatest_2.10 + scalatest_2.11 ${lib.scalatest.version} test @@ -83,7 +83,7 @@ org.clapper - grizzled-slf4j_2.10 + grizzled-slf4j_2.11 ${lib.grizzled-slf4j.version} @@ -128,12 +128,12 @@ com.typesafe.akka - akka-actor_2.10 + akka-actor_2.11 ${lib.akka.version} com.typesafe.akka - akka-slf4j_2.10 + akka-slf4j_2.11 ${lib.akka.version} diff --git a/src/main/resources/fxml/mainapp/MainApp.fxml b/src/main/resources/fxml/mainapp/MainApp.fxml index 9e08100..43007f0 100644 --- a/src/main/resources/fxml/mainapp/MainApp.fxml +++ b/src/main/resources/fxml/mainapp/MainApp.fxml @@ -6,7 +6,7 @@ - + @@ -35,21 +35,43 @@ - - - -