Search:

Type: Posts; User: shodai

Search: Search took 0.29 seconds.

  1. Replies
    2
    Views
    738

    GetColor Not working

    I am working on a fairly simple program where I have a colour change three times using the red green blue spectrum. The problem is that I keep getting a result of zero no matter what I do. Does...
  2. Replies
    5
    Views
    1,824

    Re: Tic Tac Toe Program

    Ok, so I have been trying to get my head around this but I am clearly missing something basic. I have to be honest and just say that I just do not understand what I need to do. The standard approach...
  3. Replies
    5
    Views
    1,824

    Re: Tic Tac Toe Program

    This is the error message that I am getting


    1 error found:
    File: /Users/brad/Desktop/TicTacEvent.java [line: 5]
    Error: /Users/brad/Desktop/TicTacEvent.java:5: TicTacEvent is not abstract and...
  4. Replies
    5
    Views
    1,824

    Tic Tac Toe Program

    Alright, so I have run into a bit of an error and I am not sure where I have gone wrong. I have two sets of code that should work together. The problem seems to be in the second file TicTacEvent on...
  5. Replies
    3
    Views
    5,104

    Re: Array Output in JTextField

    Thanks so much for your help. I am still figuring out all of the details and subtleties of Java. A couple of minor changes and things work great. Also thanks for giving the advice in terms of naming...
  6. Replies
    3
    Views
    5,104

    Array Output in JTextField

    I am having some trouble with outputting data from an array into a text field. When I just do the standard println output everything works fine but it will not output into the text field. I have...
  7. Replies
    5
    Views
    1,186

    Re: First GUI Problem

    Thank you so much for taking the time to find the error. You are totally correct that trying to reverse engineer a persons code is not a great approach, but when I look up tutorials I seem to find...
  8. Replies
    5
    Views
    1,186

    Re: First GUI Problem

    e is connected to the ActionEvent in line 28. I tried declaring it in the addElement parameters, but it did not like that.

    As I said, this is not my original code. I am trying to learn by...
  9. Replies
    5
    Views
    1,186

    First GUI Problem

    I am trying to teach myself some java but I have run into some difficulty in trying to create a GUI. I have made a couple of simple ones but just by copying code and trying to figure out what is...
Results 1 to 9 of 9