Search code examples
javauser-interfacewindows-explorer

"How to build a user interface similar to Windows Explorer in Java?"


I need develop a Java UI similar to windows explorer. The interface should have itens like icons and drag'n drop feature.


Solution

  • To start with, you can look at SWT examples, http://www.roseindia.net/tutorials/swt/swt-file-browser.shtml and http://www.java2s.com/Code/Java/SWT-JFace-Eclipse/SWTFileBrowser.htm