June 2004
Beginner to intermediate
364 pages
7h 38m
English
You want to add images to table items.
To give a table item an image, call the item’s
setImage method.
Just pass a table item’s setImage
method an Image object to give the item an image.
For more on creating Image objects, take a look at
Recipe 9.9
earlier in this chapter.
Recipe 9.9 on creating image menu items; Recipe 9.14 on creating tables; Recipe 9.16 on adding check marks to items in a table; Recipe 9.17 on enabling and disabling items in a table.
Read now
Unlock full access