Previous | Next | Trail Map | Writing Applets | Creating an Applet User Interface


Deciding Which Parameters to Support

[UNDER CONSTRUCTION]

What parameters should the applet define?

[Name some typical parameters: SRC, IMG, SOUND, ...]

What kind of values will each parameter take?

[Typical types: URLs, integers, booleans, lists]

What will the default value of each parameter be?

[Should provide a default value, if possible.]


Previous | Next | Trail Map | Writing Applets | Creating an Applet User Interface