timob / jnigi

Golang Java JNI library
BSD 2-Clause "Simplified" License
163 stars 44 forks source link

Enable launching of AWT/Swing application on macOS #70

Closed mlaggner closed 1 year ago

mlaggner commented 1 year ago

this change enables launching of AWT/Swing applications on macOS by offering the function RunCFRLoop, which calls CFRunLoopRun in the core foundation framework. This is needed for the EDT to communicate with the macOS UI framework

for more information see #67

timob commented 1 year ago

TY :tada: