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.
大家好,我正在 swt 中开发一个应用程序,其中我有条件,如上图所示。
我想在左框中显示可用文件夹列表,用户可以从中选择它到右框中,同样可以从右框中删除它。
但是有什么方法可以在框中显示我的计算机的整个文件夹结构..
如果是,那么我该如何实现这一目标。?谢谢
您可以使用 FileDialog 但在您的情况下它不会适用。因此,您需要使用 File 类的 listdir() 方法并动态列出文件。