added recources folder
| @ -3,7 +3,7 @@ | ||||
| 	<classpathentry kind="src" path="src"/> | ||||
| 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> | ||||
| 	<classpathentry kind="con" path="org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER"/> | ||||
| 	<classpathentry kind="lib" path="/home/jannik/workspace/Project HomeFlix/jfoenix.jar"/> | ||||
| 	<classpathentry kind="lib" path="/home/jannik/workspace/Project HomeFlix/minimal-json-0.9.4.jar"/> | ||||
| 	<classpathentry kind="lib" path="C:/Users/Jannik/workspace/Project HomeFlix/jfoenix.jar"/> | ||||
| 	<classpathentry kind="lib" path="C:/Users/Jannik/workspace/Project HomeFlix/minimal-json-0.9.4.jar"/> | ||||
| 	<classpathentry kind="output" path="bin"/> | ||||
| </classpath> | ||||
|  | ||||
							
								
								
									
										2
									
								
								bin/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						| @ -1,2 +0,0 @@ | ||||
| /recources/ | ||||
| /application/ | ||||
							
								
								
									
										16
									
								
								bin/recources/HomeFlix-Local_de_DE.properties
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @ -0,0 +1,16 @@ | ||||
| # HomeFlix-Local_de_DE.properties German Local | ||||
| info = Info | ||||
| settings = Einstellungen | ||||
| play = play | ||||
| openFolder = Ordner \u00F6ffnen | ||||
| chooseFolder = Ordner ausw\u00E4hlen | ||||
| fontSize = Schriftgr\u00F6\u00DFe: | ||||
| checkUpdates = Auf Update pr\u00FCfen | ||||
| autoUpdate = beim Start nach Updates suchen: | ||||
| version = Version: | ||||
| columnName = Name | ||||
| columnRating = Bewertung | ||||
| columnDatName = Datei Name | ||||
| errorUpdateV = Beim ausf\u00FChren des Updates ist ein Fehler aufgetreten! \nError: could not check update version (nvc)\nWeitere Hilfe erhalten sie unter www.kellerkinder.xyz \noder wenden sie sich an support@kellerkinder.xyz | ||||
| errorUpdateD = Beim ausf\u00FChren des Updates ist ein Fehler aufgetreten! \nError: could not download update files (ndf)\nWeitere Hilfe erhalten sie unter www.kellerkinder.xyz \noder wenden sie sich an support@kellerkinder.xyz | ||||
| infoText = \nMaintainer: seilo@kellerkinder.xyz und \nhendrik.schutter@coptersicht.de \n(c) 2016 Kellerkinder www.kellerkinder.xyz | ||||
							
								
								
									
										16
									
								
								bin/recources/HomeFlix-Local_en_US.properties
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @ -0,0 +1,16 @@ | ||||
| #  HomeFlix-Local_en_US.properties US-English Local and default | ||||
| info = Info | ||||
| settings = Settings | ||||
| play = play | ||||
| openFolder = open Folder | ||||
| chooseFolder = choose Directory | ||||
| fontSize = font size: | ||||
| checkUpdates = check for updates | ||||
| autoUpdate = check at startup for updates: | ||||
| version = Version: | ||||
| columnName = Name | ||||
| columnRating = Rating | ||||
| columnDatName = File Name | ||||
| errorUpdateV = An error has occurred during update! \nError: could not check update version (nvc) \nTo get help, visit www.kellerkinder.xyz \nor contcat support@kellerkinder.xyz | ||||
| errorUpdateD = An error has occurred during update! \nError: could not download update files (ndf) \nTo get help, visit www.kellerkinder.xyz \nor contcat support@kellerkinder.xyz | ||||
| infoText = \nMaintainer: seilo@kellerkinder.xyz and \nhendrik.schutter@coptersicht.de \n(c) 2016 Kellerkinder www.kellerkinder.xyz | ||||
| Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB | 
| Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB | 
| Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB | 
| Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB | 
| Before Width: | Height: | Size: 30 KiB | 
| @ -66,7 +66,7 @@ public class Main extends Application { | ||||
| 		primaryStage.setMinWidth(900.00); | ||||
| 		primaryStage.setResizable(false); | ||||
| 		primaryStage.setTitle("Project HomeFlix"); | ||||
| 		primaryStage.getIcons().add(new Image(Main.class.getResourceAsStream("/Homeflix_Icon_64x64.png"))); //f<>gt Anwendungsicon hinzu | ||||
| 		primaryStage.getIcons().add(new Image(Main.class.getResourceAsStream("/recources/Homeflix_Icon_64x64.png"))); //f<>gt Anwendungsicon hinzu | ||||
|  | ||||
| 		 | ||||
| 		mainWindowController = loader.getController();	//verkn<6B>pfung von FXMLController und Controller Klasse | ||||
|  | ||||
| @ -171,9 +171,9 @@ public class MainWindowController { | ||||
| 	private ObservableList<uiData> newDaten = FXCollections.observableArrayList(); | ||||
| 	private ObservableList<uiData> filterData = FXCollections.observableArrayList(); | ||||
| 	private ObservableList<String> locals = FXCollections.observableArrayList("english", "deutsch"); | ||||
| 	private Image imHF = new Image("Homeflix_Poster.png"); | ||||
| 	private ImageView menu_icon_black = new ImageView(new Image("menu_icon_black.png")); | ||||
| 	private ImageView menu_icon_white = new ImageView(new Image("menu_icon_white.png")); | ||||
| 	private Image imHF = new Image("recources/Homeflix_Poster.png"); | ||||
| 	private ImageView menu_icon_black = new ImageView(new Image("recources/menu_icon_black.png")); | ||||
| 	private ImageView menu_icon_white = new ImageView(new Image("recources/menu_icon_white.png")); | ||||
| 	private DirectoryChooser directoryChooser = new DirectoryChooser(); | ||||
| 	Properties props = new Properties(); | ||||
| 	 | ||||
|  | ||||
| Before Width: | Height: | Size: 14 KiB | 
| Before Width: | Height: | Size: 15 KiB |