In the JDK there is Native AWT, however there is not a way to interact with it with the foreign function memory api. Could a FFM AWT class be provided in the JDK?
What I am trying to do is to have an easy way to utilize a display pointer in a swing/javafx application. I think this could technically be done as a library, but the library owner would have to keep up with every platform that the JDK supports.
