I’m aware there are restrictions over what I should use if I want to compile to an exe at the end of the day. One of these things not to use is AWT, this is to do with the native methods that AWT uses and not being allowed to distribute the right parts of the VM.
Can I use things like java.awt.geom where I’m pretty sure there are no native calls without fear?
Kev
