Can I add sounds to javaFX, and how to create one? If you can write an example.
Like this:
String file = "musicfile.mp3"; Media sound = new Media(new File(file).toURI().toString()); MediaPlayer mediaPlayer = new MediaPlayer(sound); mediaPlayer.play();
Source: https://ru.stackoverflow.com/questions/536527/More articles:Set file name when using WriteXMLWho worked with imgAreaSelect? help is neededHow to insert text on the pictureLaravel public css 404Passing Objects to the POST MethodIndividual logins and nicknames in the databaseConnecting to MySQL via JDBC on Android [duplicate]Search for frequently repeated elements in the c # arrayAndroid Studio StylesLink to character in string and edit stringAll Articles