Search:

Type: Posts; User: meathead

Search: Search took 0.07 seconds.

  1. Thread: Type magic

    by meathead
    Replies
    5
    Views
    1,135

    Re: Type magic

    Oops!


    Object o = lm.elementAt(idx);
    sGet = o.toString();
    jlabChoose.setText("JList points to : " + sGet);


    thanks for the offer, sorry for the bother. I can't believe...
  2. Thread: Type magic

    by meathead
    Replies
    5
    Views
    1,135

    Re: Type magic

    Is SSCCE same as Java source in whole program form?
  3. Thread: Type magic

    by meathead
    Replies
    5
    Views
    1,135

    Type magic

    I used a DefaultListModel to populate a JList.

    Example: dlm.addElement(s); where s=String

    When I retrieve a value from the JList using the index of dlm, it works great
    When I output text --...
Results 1 to 3 of 3