The Synthetica look and feel has some goofy fallback code path that uses java.awt.Robot in the course of rendering shadows or opacity or something for popup menus.
You might be able to disable it in a startup script or something.
from javax.swing import UIManager
UIManager.put("Synthetica.popupRobot.enabled", False)