S
stocksami
I'm learning Java while doing a project at work. I'm creating an
application that while go to a user chosen directory, read some files,
populate some list boxes with that information and then finally display
a user chosen set of data. I've written some classes that read the
data and put it into objects. I've also been able to master using
FileChooser to select a directory. The step I'm having trouble with is
putting the data from the files into listboxes for further choices.
Could someone point me to a link with examples similar to that?
Thanks,
Clark
application that while go to a user chosen directory, read some files,
populate some list boxes with that information and then finally display
a user chosen set of data. I've written some classes that read the
data and put it into objects. I've also been able to master using
FileChooser to select a directory. The step I'm having trouble with is
putting the data from the files into listboxes for further choices.
Could someone point me to a link with examples similar to that?
Thanks,
Clark