import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class MyCard
{ private boolean treeLit = False;
private JButton treeLitButton = new JButton("Turn Lights On");
private JButton treeNotLitButton = new JButton("Turn Lights Off");
public MyCard()
{ setTitle("Hello there");
Can anyone tell me why 'False' and 'NewTitle' are showing as an error?