Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人知道用java编写的免费Windows资源管理器类型的项目吗?基本上我只想实现一个简单的 Windows 资源管理器,但不想从头开始使用所有的拖放、图标排列等。
谢谢
请参阅文件浏览器 GUI。
您可以探索 Eclipse 的通用导航器框架,它会使用 swt、jface、draw2d。它提供拖放选项。