AppleCommander is a tool that manipulates Apple ][ disk images. Files may be imported, exported, viewed, or printed with various file filters.
Go to file
T. Joseph Carter 4f2facf541 Ensure macOS bundle starts the SWT GUI
In order to actually start the SWT-based GUI on macOS and have anything
start, you need -XstartOnMainThread.  This is a Cocoa limitation.  If
you have that (and we do now), you can pass the -swt argument and it
runs.  (More than I can say for Linux using the non-integrated SWT
provided by Debian at the moment…)

What doesn't work is the open dialog.  No files are selectable unless
you tell it to allow all files, and then .dsk files which the cmdline
jar file can handle fine are somehow an unsupported format.  Uh huh.

That much at least should not be too hard to fix.  Whether it works
after that is fixed, I cannot say.  What I can say is that the problem
does not exist if you don't pass -swt, however the lack of a proper
Swing GUI means it doesn't really matter because you can't do anything
with the files once you've opened them.
2017-11-11 14:49:32 -08:00
.settings Created .gitignore to replace the .cvsignore files 2017-11-02 22:49:36 -07:00
build Ensure macOS bundle starts the SWT GUI 2017-11-11 14:49:32 -08:00
documentation Fix error in Pascal volume entry documentation. 2008-09-11 02:21:39 +00:00
imageSource Created .gitignore to replace the .cvsignore files 2017-11-02 22:49:36 -07:00
mac Created .gitignore to replace the .cvsignore files 2017-11-02 22:49:36 -07:00
src/com/webcodepro Remove -Xlint:unchecked warnings 2017-11-09 13:03:03 -08:00
test/com/webcodepro/applecommander Fix testCreateAndDeleteUniDos unit test. 2008-06-05 10:21:33 +00:00
.classpath Add ant task capabilities 2012-07-23 02:38:08 +00:00
.gitignore Improve Mac build process a bit 2017-11-11 06:15:53 -08:00
.project Changed classpath. 2004-11-09 04:08:03 +00:00
BUILD-PROCESS Updated build process to reflect a little bit more Ant automation. 2004-06-19 04:41:16 +00:00
CONTRIB Changing dates to 2007. 2007-03-31 14:03:15 +00:00
ECLIPSE-CONFIG Update ECLIPSE-CONFIG re compiler compliance level. 2008-06-10 23:38:16 +00:00
HEADER Changing dates to 2007. 2007-03-31 14:03:15 +00:00
LICENSE Version 1.1.1 is the initial GPL release of AppleCommander. 2002-12-01 02:21:00 +00:00
NATIVE-COMPILE Added a potential pointer for SWT libraries. 2003-12-06 04:13:39 +00:00
TODO Update TODO re: Mac stuff 2017-11-11 06:36:04 -08:00
VERSIONS Updating for the 1.3.4 release of AppleCommander. 2007-03-31 17:23:52 +00:00