ÃßõµÇ¾ú½À´Ï´Ù.
|
´ÜÃà URL: https://humoruniv.com/program5592 URL º¹»ç |
Á¦°ð³»..
¹öưÀÌ ´·ÈÀ» ¶§ À½¿øÀ» Àç»ýÇÏ´Â ¹æ¹ý¿¡ ´ëÇØ ¹¯°í ½Í½À´Ï´Ù.
°Ë»öÀ» ÇØº¸´Ï
public static void playSound(String soundName) {
try {
AudioInputStream audioInputStream = AudioSystem.getAudioInputStream(new File(soundName).getAbsoluteFile());
Clip clip = AudioSystem.getClip();
clip.open(audioInputStream);
clip.start();
}catch(Exception e) {
System.out.println("Error with playing sound");
e.printStackTrace();
}
}
À̶ó´Â ±«»óÇÑ ÄÚµå¿Í ÇÔ²² ¼³¸íÇÏ´øµ¥..º¸°í ¾î¶»°Ô ½ÇÇàÀ» ½ÃÄÑ¾ß ÇÏ´ÂÁöµµ ¸ð¸£°Ú½À´Ï´Ù .
|
¡ã ´ÙÀ½±Û | °øºÎÇØ¾ßÇÒ °ú¸ñÁ» ¾Ë·ÁÁֽǼö ÀÖ³ª¿ä? | ingyeo |
![]() ![]() ![]() ![]() |
2017-11-16 [04:48] |
¡å ÀÌÀü±Û | ´Ù¸¥ URL·Î redirectÇÒ ¼ö ÀÖ´Â ¹æ¹ý¿¡´Â ¾î¶² ¹æ¹ýÀÌ ÀÖÀ»±î¿ä? | ´Ï°¡¾Æ´Â±×¾Ö |
![]() ![]() ![]() ![]() |
2017-11-14 [20:50] |
¡ã ´ÙÀ½±Û | °øºÎÇØ¾ßÇÒ °ú¸ñÁ» ¾Ë·ÁÁֽǼö ÀÖ³ª¿ä? | ingyeo |
![]() ![]() ![]() ![]() |
2017-11-16 [04:48] |
¡å ÀÌÀü±Û | ´Ù¸¥ URL·Î redirectÇÒ ¼ö ÀÖ´Â ¹æ¹ý¿¡´Â ¾î¶² ¹æ¹ýÀÌ ÀÖÀ»±î¿ä? | ´Ï°¡¾Æ´Â±×¾Ö |
![]() ![]() ![]() ![]() |
2017-11-14 [20:50] |