Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    6
    Views
    1,110

    Re: How do I center JTextField (an array!)

    @jackar56 What question are you trying to answer? I don't see a 2D array in OPs question.
  2. Replies
    6
    Views
    1,110

    Re: How do I center JTextField (an array!)

    Replace the "normal" with the array notation: theArrayName[theIndex]

    If that is not your problem, please post the code you are having problems with and add some comments saying what the problem...
  3. Replies
    6
    Views
    1,110

    Re: How do I center JTextField (an array!)

    How many items are in the array?
    For example if there are 20 JTextField objects referenced in the array, where do you want all 20 of them displayed in the GUI?

    To access one element of the array,...
Results 1 to 3 of 3