Tutorial Java Applets: Simple List Applets


SampleList: A skeletal List applet

You need a Java-enabled browser to view this.

Java source:SampleList.java
HTML source:SampleList.html


SampleList2: Another skeletal List applet

This one demonstrates List automatically adding a scrollbar when there are too many items for the window size:
You need a Java-enabled browser to view this.

Java source:SampleList2.java
HTML source:SampleList2.html


URLList: A more complete List applet

You need a Java-enabled browser to view this.

Java source:URLList.java
HTML source:URLList.html