Search:

Type: Posts; User: Mr.777

Search: Search took 0.17 seconds.

  1. Re: Tic Tac Toe Java Application Help w/ Importing Text Field

    if(yoursuccesscondition)
    {
    f.setvisible(true);
    }
  2. Re: Tic Tac Toe Java Application Help w/ Importing Text Field

    Okay now it's not visible. Now in your if condition where you want it to display, set it's visibility to true.
  3. Re: Tic Tac Toe Java Application Help w/ Importing Text Field

    Place a text field in the panel, and set it's visibility to false with the default text "You Won" and when this condition comes true, enable that field and you will get what you want.
    Hope it...
Results 1 to 3 of 3