/** * Resizes the given window to the given ratio of the screen size, * * @param w Window to resize. * @param ratioX double value to change the window horizontal size to. * @param ratioY double value to change the window vertical size to. */ static public void sizeWindowOnScreen(Window w, double ratioX,