
package projeckomputer.grafik;
import java.awt.*;
import java.awt.event.*;
public class ProjecKomputerGrafik extends Frame implements ActionListener{
int x = 200;
int y = 200;
public static void main(String[] args) {
Frame frame = new ProjecKomputerGrafik();
...
Read more »»