peshkatari
peshkatari

Reputation: 151

Explorer Panel in Java

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

Answers (2)

Scorpion
Scorpion

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

Andrew Thompson
Andrew Thompson

Reputation: 168825

See File Browser GUI.

Upvotes: 1

Related Questions