applet1bframe 4JLSWZ3HGRHT3XRIFHF7TWZRNP72T3UMJPULMFI

Display page for Applet1b at www.BruceEckel.com

Applet1b.java






















//: c14:Applet1b.java
// Embedding the applet tag for Appletviewer.
// <applet code=Applet1b width=100 height=50></applet>
import javax.swing.*;
import java.awt.*;

public class Applet1b extends JApplet {
public void init() {
getContentPane().add(new JLabel("Applet!"));
}
} ///:~



Wyszukiwarka

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

więcej podobnych podstron