Package javachess.audio
Class FileDownloader
java.lang.Object
javachess.audio.FileDownloader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanInitializes the audio files by checking if they exist in the 'resources' folder.static void
-
Constructor Details
-
FileDownloader
public FileDownloader()
-
-
Method Details
-
main
-
initAudios
public static boolean initAudios()Initializes the audio files by checking if they exist in the 'resources' folder.- Returns:
- true if all files are present, false otherwise.
-