ClickMe2.java:21: non-static variable button1 cannot be referenced from a static context
button1 = new JButton("Click Me!");
^
ClickMe2.java:22: non-static variable cl cannot be referenced from a...