Created java and fxml dirs in PSD

the java dir contains the loader class and the handler classes
when the fxml subdir contains the fxml of the polling station dashboard
voting-station-gui
Vladimir ELazar Tokarev 2016-05-28 17:50:22 +03:00
parent 541a6666fc
commit 4720d66115
3 changed files with 15 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<left> <left>
<ImageView fitHeight="65.0" fitWidth="66.0" BorderPane.alignment="CENTER"> <ImageView fitHeight="65.0" fitWidth="66.0" BorderPane.alignment="CENTER">
<image> <image>
<Image url="@../pictures/barcode.png" /> <Image url="@../../pictures/barcode.png" />
</image> </image>
</ImageView> </ImageView>
</left> </left>

View File

@ -0,0 +1,7 @@
package polling_station_dashboard.java;
/**
* Created by Vladimir Eliezer Tokarev on 28/05/2016.
*/
public class PollingStationDashboardController {
}

View File

@ -0,0 +1,7 @@
package polling_station_dashboard.java;
/**
* Created by Vladimir Eliezer Tokarev on 28/05/2016.
*/
public class PollingStationDashboardLoader {
}