From 8780c34dd9487dad0ae766129d949d6e47687078 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sun, 27 Apr 2014 20:58:13 -0500 Subject: [PATCH] Temporarilly adding an image to the app and some initialization code as a proof of concept for some of the functionality. Need to redesign the images in the tile view as a custom component with a label. Also selectable and interactable. Right click context aware and multi-seletable. For the List View in the tags tab, those need to be modified to be objects that store tag information as well... also sorting/filtering ability. --- src/main/resources/fxml/mainapp/MainApp.fxml | 14 ++++------- .../ui/controller/AppController.scala | 24 +++++++++++++++++-- 2 files changed, 27 insertions(+), 11 deletions(-) diff --git a/src/main/resources/fxml/mainapp/MainApp.fxml b/src/main/resources/fxml/mainapp/MainApp.fxml index 1beee16..9e08100 100644 --- a/src/main/resources/fxml/mainapp/MainApp.fxml +++ b/src/main/resources/fxml/mainapp/MainApp.fxml @@ -6,13 +6,13 @@ - + - + @@ -32,7 +32,7 @@ - + @@ -61,11 +61,7 @@