For example, let's say I am adding a set of objects I created, called myClass (which contains a string) to myList and then I wish to use the list and pass it to a GUI list. Is there a way to populate that GUI list only with the value of that string in myClass?
|
| |||
|
feedback
|
|
Every object should respond to Even better for your case could be implementation of | |||||||||
feedback
|
|
I believe the methods you are looking for are printString and/or displayString. | |||||||
feedback
|