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 dashboardvoting-station-gui
parent
541a6666fc
commit
4720d66115
|
@ -33,7 +33,7 @@
|
|||
<left>
|
||||
<ImageView fitHeight="65.0" fitWidth="66.0" BorderPane.alignment="CENTER">
|
||||
<image>
|
||||
<Image url="@../pictures/barcode.png" />
|
||||
<Image url="@../../pictures/barcode.png" />
|
||||
</image>
|
||||
</ImageView>
|
||||
</left>
|
|
@ -0,0 +1,7 @@
|
|||
package polling_station_dashboard.java;
|
||||
|
||||
/**
|
||||
* Created by Vladimir Eliezer Tokarev on 28/05/2016.
|
||||
*/
|
||||
public class PollingStationDashboardController {
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
package polling_station_dashboard.java;
|
||||
|
||||
/**
|
||||
* Created by Vladimir Eliezer Tokarev on 28/05/2016.
|
||||
*/
|
||||
public class PollingStationDashboardLoader {
|
||||
}
|
Loading…
Reference in New Issue