![]() ![]() ![]() |
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Training Index
Selecting Students and Coursesby
Exercise
API Docs
About This Short Course
Short Course
Exercises
Help is available for each task.
Task 1Create a new Do this using the following code: private List courseList = new List(); private Choice studentChoice = new Choice(); Task 2Add the following items to the course list:
Add the following items to the student choice:
Use the For example: courseList.add("Calculus I"); studentChoice.add("Zach"); Task 3Add both Use the For example: add(courseList); add(studentChoice);
Copyright 1996-2000 jGuru.com. All Rights Reserved. |