I've tried to use pretzel with few blocks that requires to use primary window for its own purposes and I couldn't find any way how to get GUI to be at secondary window. I took a quick peek at source and since pretzel uses generic getWindow () for everything including mouse events, instead of Window Reform set in initialization, it would require some rewrite(maybe another constructor with window reference to window as parameter?)
I've tried to use pretzel with few blocks that requires to use primary window for its own purposes and I couldn't find any way how to get GUI to be at secondary window. I took a quick peek at source and since pretzel uses generic getWindow () for everything including mouse events, instead of Window Reform set in initialization, it would require some rewrite(maybe another constructor with window reference to window as parameter?)