// Copyright jGuru.com; Version $Id:$ import java.awt.List; import java.awt.Choice; import java.applet.Applet; public class SelectCourse extends Applet { // ***>>> Define the List and Choice components public void init() { // ***>>> Add Student names and classes to the Choice and List // ***>>> ADD the Choice and List to the Applet } }