plik

Display page for Applet1d at www.BruceEckel.comApplet1d.java No Java 2 support for APPLET!! //: c13:Applet1d.java // Console runs applets from the command line. // <applet code=Applet1d width=100 height=50> // </applet> import javax.swing.*; import java.awt.*; import com.bruceeckel.swing.*; public class Applet1d extends JApplet { public void init() { getContentPane().add(new JLabel("Applet!")); } public static void main(String[] args) { Console.run(new Applet1d(), 100, 50); } } ///:~
Wyszukiwarka

Podobne podstrony:
Applety README
applet
applet
applet
applet1bframe
Applet1cFrame (2)
Applet
java applet AppletStub
applet1bframe
AppletContext
Prosta gra logiczna applet Javy
appletviewer
new applet HOWTO
applet (5)
applet

więcej podobnych podstron