Search:

Type: Posts; User: that_guy

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,465

    Re: Create or fire automated ActionEvent

    Trouble = the entire ActionEvent for which this post originates.

    I changed the call to this:


    ActionEvent e = new ActionEvent(this, 1001, null);
    MainGame.grid[toClaim].actionPerformed(e);
    ...
  2. Replies
    4
    Views
    1,465

    Re: Create or fire automated ActionEvent

    thats what I am trying to do. My problem is that I do not know how to successfully create an actionevent object. Here is the calling code:


    public void begin()
    {
    while(true)
    {...
  3. Replies
    4
    Views
    1,465

    Create or fire automated ActionEvent

    Hey all,

    First off, I like to create my own algorithms, its good practice.

    So I am making a simple Tic Tac Toe game and everything works perfectly except...

    When it is the computers turn I...
Results 1 to 3 of 3