Link to home
Start Free TrialLog in
Avatar of captaindave2
captaindave2

asked on

Need Java ListView Control

I am looking for a Java component that is similar to the WindowsListView control.

Window's ListView provides a "details" view (each list item displayed in a single row with multiple columns),a "list" view (a left to right snaking list with column width automatically adjusted to the widest entry), as well as "small icon" and "large icon" views.  
I can live without the icon views, but really need a single control that can toggle between a details
view and list view.

I would be happy to purchase a 3rd party control if one exists.

Thanks,

Dave Connerth

Avatar of Mick Barry
Mick Barry
Flag of Australia image

You can certainly build it using existing Swing components.
Depends how keen you are :)
The list and detail views you require can be easily implemented as JTable's.

Avatar of vemul
vemul

No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:
- To be PAQ'ed and points NOT refunded
Please leave any comments here within the next seven days.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER !

vemul
Cleanup Volunteer
ASKER CERTIFIED SOLUTION
Avatar of Netminder
Netminder

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial