public class Render { public Render (int width, int height) { } public Render () { this(100,100); } }