Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Thread: [Beginner]

    by Norm
    Replies
    3
    Views
    1,257

    [SOLVED] Re: [Beginner] Populate JComboBox with ArrayList

    Please copy what is printed out and paste it here.

    --- Update ---

    Also posted at: [Beginner] Populate JComboBox With ArrayList. - Java | Dream.In.Code

    Please read:...
  2. Thread: [Beginner]

    by Norm
    Replies
    3
    Views
    1,257

    [SOLVED] Re: [Beginner] Populate JComboBox with ArrayList

    The code populates the JComboBox from the hotelArr array OK for me.
    I've defined it like this for testing:

    Object[] hotelArr = {"line 1", "line 2", "line 3"}; // getHotelInfo() };
Results 1 to 2 of 2