Ich weiß nicht, was hakt, aber irgendwie klappt es nicht.
Alles in einem Verzeichnis gespeichert und doch klappt es nicht.
hier der code
Ich wäre euch dankbar, wenn ihr den kleinen Fehler findet für mich.
Danke!
Alles in einem Verzeichnis gespeichert und doch klappt es nicht.
hier der code
Code:
[B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]
[LEFT]import[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] java.awt.*;[/LEFT]
[/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055][LEFT]import[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] javax.swing.*;
[/LEFT]
[/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055][LEFT]public[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]class[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] LogoApplet [/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]extends[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] JApplet {
[/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]private[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] Image [/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]bild[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2];
[/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]public[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]void[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] init() {
setSize(500,500);
}
[/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]public[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]void[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] paint( Graphics g ) {
init();
[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]bild[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] = getImage(getDocumentBase(), [/SIZE][SIZE=2][COLOR=#2a00ff][SIZE=2][COLOR=#2a00ff]"logo.jpg"[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] );[/LEFT]
[/SIZE][SIZE=2][LEFT]g.drawImage( [/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]bild[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2], 0, 0, [/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]this[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] );[/SIZE][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f][/LEFT]
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][LEFT]}
}
[/LEFT]
[/SIZE]
Ich wäre euch dankbar, wenn ihr den kleinen Fehler findet für mich.
Danke!