[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Running AppleCommander GUI?
In article <Xns9EFDBC39EA14Brobgreene@69.16.185.247>,
Rob <robgreene@users.sourceforge.net> wrote:
> I've been lurking but not doing too much. I'll throw in a pitch
> though -- My UI sucks. There, it's been said. :-)
I strongly disagree! :-)
Your UI is fine. Even SWT is OK. It's just hard to package. Your model
is exemplary, as evidenced by the minimal effort required to write a
command-line interface. I had that working _long_ before I figured out
how to get SWT running on my platform.
> Anyone interested in redoing it -- with Swing so it works out of the
> box? At the time I was writing this, Swing performance was less than
> ideal, and SWT seemed the way to go... plus I was doing it for my own
> edification.
David stubbed in a Swing GUI, but I've been lazy. :-)
> Another option is to use something like OneJar which I've discovered
> relatively recently -- and it's supposed to be able to handle JNI
> too.
>
> I believe the one issue I wasn't able to resolve was the default JVM
> max memory usage of 64MB -- not sure where that stands today... -Rob
I haven't run into it, but my images rarely run over 10 MB. It's easy
to adjust with -Xmsn and -Xmxn.
<http://download.oracle.com/javase/6/docs/technotes/tools/solaris/java.html>
--
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>