// DrJava saved history v2 Integer.MAX_VALUE Integer.MIN_VALUE Short.MIN_VALUE Short.MAX_VALUE Integer.MAX_VALUE int i = Integer.MAX_VALUE i +=1 i +=1 i-=2 i +=1 import javax.swing.JFrame; JFRame j1 = new JFrame(); JFrame j1 = new JFrame(); j1.show(); j1.setSize(200, 100) JFrame j2 = new JFrame("hurray its Monday") j2.setSize(200, 400) j2.show() j2.setSize(600, 400) j2.show() j2.getWidth() j2.getHeight() OurJFrame oj = new OurJFrame(); oj.show() oj.setSize(300,400) oj.doubleWidth() oj.setSize(50, 100) oj.setWidthFactor(3) oj.changeWidth()