> Zetes is a crossplatform lightweight framework which allows the user to develop console or native-looking GUI programs, written in Java, that could run on a machine without any JVM installed.
Awesome, sounds great.
> And in addition it has a beautiful GUI (based upon SWT).
Hm, I had a bad experience with SWT (which was over 10 years ago, so probably irrelevant). But what annoyed me is that if Windows could do X and Y, and Linux could do Y and Z, then SWT could only do Y. I found its lack of features a problem. I felt like I had to create my own components by hand a lot of the time. Swing, on the other hand, would let me do X, Y and Z and make sure they look decent on both OSes.
> The main feature of the library is that it makes a thin wrapper on SWT and basic system libraries that makes it possible to make an app which has a native look-and-feel under different platforms. For example, the "Exit" item is in system menu on OS X, but in "File" menu under Windows; about box has "OK" button in Windows, but doesn't have any on OS X and so on...
Mind, it's been over 10 years, but how is this different from plain SWT? Is it just that it can run without a JRE?