The 5th melofy of the Night hört sehr gut an (:
Antwort
Antwort
Auf jeden Fall "the 5th Melodie of the Night" hört sich sehr gut an und lässt sich leicht spielen. :)
Vlt noch Titanic "my heart will Go on "und "Kiss the rain"
Von Ludovico einaudi una Matina
Ich lerne diese Lieder auch per Youtube. Wenn man einfach für sich selbst spielen möchte braucht man meiner Meinung nach keinen Lehrer.
Antwort
Vlt "the 5th Melodoy of the night". Hört sich sehr gut an. :)
Antwort
So müsste es funktionieren.
JButton button = new JButton();
try {
Image img = ImageIO.read(getClass().getResource("Ort deiner Datei"));
button.setIcon(new ImageIcon(img));
} catch (IOException ex) {
}