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
See File Browser GUI.
You can explore common navigator framework for eclipse, it would use swt, jface, draw2d. It provides with drag and drop options.
精彩评论