Die folgende Javaapplikation funktioniert nicht!!!
Warum weiss ich auch nicht?!
Wisst ihr warum der nicht fuktioniert??!! ???:L
Danke im Vorraus!
Warum weiss ich auch nicht?!
Code:
import javax.swing.*;
import java.awt.*;
public class AntiTH extends JFrame {
Image Bill;
public void init() {
Bill = getImage(getDocumentBase(), "AntiTHDaten/Schwul.jpeg");
}
public AntiTH () {
super ("Anti-Tokio-Hotel");
setSize (200, 280);
setVisible (true);
paint (Graphics g) {
g.drawImage (Bill, 0, 0, this);
}
setDefaultCloseOperation (JFrame.EXIT_ON_CLOSE);
}
}
Wisst ihr warum der nicht fuktioniert??!! ???:L
Danke im Vorraus!