* @param name The name of the window.
*/
public WindowSwing(App2D app, Type type, Window2D parent, int width, int height, boolean decorated,
Vector2f pixelScale, String name) {
super(app, type, parent, width, height, decorated, pixelScale, name,
new DrawingSurfaceBufferedImage());
initializeViews();
}