mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-21 17:29:55 +00:00
AppleCommander is a tool that manipulates Apple ][ disk images. Files may be imported, exported, viewed, or printed with various file filters.
bfaf30bffe
(cherry-picked to fix AppleCommander/AppleCommander#13 since I've discovered that I was wrong and it does fix the problem after all!) cwa.storage.Disk.FileFilter was written for SWT, returning multiple extensions as a single string with ; separators. For JavaFX, we actually want individual strings separately or in a list. The only place these are initialized in cwa.storage.Disk anyway, so what I've done is change the class to instatiate with separate strings and join them on demand for SWT. A new getExtensionList() method will return them as-is for JavaFX. |
||
---|---|---|
.settings | ||
build | ||
documentation | ||
imageSource | ||
mac | ||
src/com/webcodepro | ||
test/com/webcodepro/applecommander | ||
.classpath | ||
.gitignore | ||
.project | ||
BUILD-PROCESS | ||
CONTRIB | ||
ECLIPSE-CONFIG | ||
HEADER | ||
LICENSE | ||
NATIVE-COMPILE | ||
TODO | ||
VERSIONS |