Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
import java.awt.*;
class Main {
public static void main(String args[]) {
Mainframe frame=new Mainframe(); //neues Fenster
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.show()
}
}
class Mainframe extends Jframe { //ein Fenster importieren
public Mainframe() {
setTitle("Text des Titels");
setLocation(int x,int y);
setSize(300,300);
}
...
}
Ich brauch ein gutes Compilerprogramm!!! "jdk1.5.0_05" funkz bei mir nicht!
für die,die es noch nicht gelesen haben!Leo schrieb:als Compiler mit ide empfehle ich eclipse http://eclipse.org
einfach nur geil!