If I run this:
void setup() {
size(100, 100, P3D);
}
I get an error:
0 AppKit 0x00007fff22e8147f -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 352
1 AppKit 0x00007fff22e6c121 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1375
2 AppKit 0x00007fff22e6bbbb -[NSWindow initWithContentRect:styleMask:backing:defer:] + 42
3 libnativewindow_macosx.jnilib 0x0000000133b3d3fe Java_jogamp_nativewindow_macosx_OSXUtil_CreateNSWindow0 + 398
4 ??? 0x0000000119632a88 0x0 + 4720896648
)
I think this question has been answered before but I cannot find an answer. I assume I have to do something clever with Java but I do not want to start replacing *.jars without fully understanding what I am doing.