UserPreferences

prog


// this is an applet that plays the role of a small picture gallery

import java.awt.*; import java.applet.*; import java.applet.Applet; import java.awt.event.*; import java.awt.image.*;

public class PhotoAlbum extends Applet implements ActionListener{

// declare all the components

public void init() {

} // PhotoAlbum