Question: 2. Find the error(s), correct it, and write output Pot (Do not rewrite the codes) import javax.swing.*; public class ShowWindow public static void main(Stringl] args)

2. Find the error(s), correct it, and write output Pot (Do not rewrite the codes) import javax.swing.*; public class ShowWindow public static void main(Stringl] args) final int WINDOW_WIDTH 350; final int WINDOW HEIGHT-250; window new JFrame(); setTitle("A Simple Window"); setSize(WINDOW_WIDTH, WINDOW_HEIGHT); setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); setVisible(false)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
