Search:

Type: Posts; User: javapol

Search: Search took 0.10 seconds.

  1. Thread: Noob Question

    by javapol
    Replies
    3
    Views
    1,125

    Re: Noob Question

    java: cannot find symbol
    symbol: variable False
    location: class MyCard

    java: cannot find symbol
    symbol: method setTitle(java.lang.String)
    location: class MyCard

    --- Update ---
  2. Thread: Noob Question

    by javapol
    Replies
    3
    Views
    1,125

    Noob Question

    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");
    ...
Results 1 to 2 of 2