Genomgång c\c++ #include Java import java.awt.*; /************************************************************** * You can modify the template of this file in the * directory ..\JCreator\Templates\Template_2\Project_Name.java * * You can also create your own project template by making a new * folder in the directory ..\JCreator\Template\. Use the other * templates as examples. * */ import java.awt.*; //////genvägar import java.applet.*; public class Kfy extends Applet { public void init() /////ska bara vara här för att bli accepterad { } public void paint(Graphics g) { g.drawString("Welcome to Java!!", 50, 60 ); //////Ger ut va fan du vill } }