Reputation: 151
does anyone know a free windows explorer type of project written in java? Basically i just want to implement a simple windows explorer but dont want to start from scratch with all the drag and drops, icon arrangements and so on.
Thanks
Upvotes: 1
Views: 416
Reputation: 3976
You can explore common navigator framework for eclipse, it would use swt, jface, draw2d. It provides with drag and drop options.
Upvotes: 0