static VF1 vf1_frameAutoRequestFocusFalse() { ret voidfunc(JFrame f) { f.setAutoRequestFocus(false); }; }