ListView

V

Vojta

Hello,

please is there some ListView component in Java? Something that can display
items with icons...imagine you want to show a list of files. There should be
filename, size and date columns and specific icon at the begining of the
line. Which component would you use?

Is there any site with such examples? I'm a beginner to Java - Delphi
programmer - and I spend so much time by discovering such things.

Thank you! Vojta
 
V

VisionSet

Vojta said:
Hello,

please is there some ListView component in Java? Something that can display
items with icons...imagine you want to show a list of files. There should be
filename, size and date columns and specific icon at the begining of the
line. Which component would you use?

Is there any site with such examples? I'm a beginner to Java - Delphi
programmer - and I spend so much time by discovering such things.

javax.swing.JFileChooser if it is just for filesystem

http://java.sun.com/docs/books/tutorial/uiswing/components/filechooser.html

otherwise javax.swing.JList or javax.swing.JTable
tutorial examples parallel to above url
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top