svoid frameMaxHeight(Window w, int h) { onResize(w, r { if (w.getHeight() > h) { w.setSize(w.getWidth(), h); revalidate(w); } }); }