Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    1,841

    Re: Tic Tac Toe Program

    implements ItemListener, ActionListener, Runnable
    The class implements several interfaces. See what it did for the ActionListener interface and the Runnable interface and do the same kind of thing...
  2. Replies
    5
    Views
    1,841

    Re: Tic Tac Toe Program

    The compiler is telling you to define that method in your class because you promised to do that when you coded: implements ItemListener
Results 1 to 2 of 2