Is there some sort of Display PostScript element that can be added to a GUI in Java? I am much more fluent in PostScript than in Java, and I need to do some more complicated shapes and hit detection, which would be far easier using a Display PostScript system.
Is there such a library in existence? If there is, what is it/where can I go to find it?
I have searched on google for it, but I can’t find anything that really could do what I want, because of the large number of only partially-relevant results my searches have turned up.
Of course you can do it with Ghost4J :
If you want to render Postscript instead of PDF : used PSDocument class instead. The full example is available here.