Can I use the SWT FileDialog
to select folders instead of files?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- SWT table: how to set/get “focused” row
You could use the
DirectoryDialog
instead. Here is some sample code:Here is a slightly larger example.