Search:

Type: Posts; User: Perspective

Search: Search took 0.05 seconds.

  1. Replies
    6
    Views
    4,500

    erm, java.util.Vector is not obsolete.

    erm, java.util.Vector is not obsolete.
  2. Replies
    6
    Views
    4,500

    yeah, the size of the array. if you want it to be...

    yeah, the size of the array. if you want it to be dynamic then store the JFrame's in a vector as they are created.
  3. Replies
    6
    Views
    4,500

    JFrame aList[] = new JFrame[SIZE]; or ...

    JFrame aList[] = new JFrame[SIZE];

    or

    JFrame [] aList = new JFrame[SIZE];
Results 1 to 3 of 3