CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: JList

  1. #1
    Join Date
    Mar 1999
    Location
    USA
    Posts
    5

    JList

    I am creating a Tabbed Pane using JTabbedPane. The tabbed pane contains a JPanel for every selection of Tab. For the first tab the JPanel consists of two JList components. I want to select the elements (allowing user for multiple selection) of the First JList and post them to the second List. After I have made selection in JList1 I click the select button. My select button action listener uses the JList1.getSelectedValues() and constructs the JList2 using the DefaultListModel().
    My problem is that the JList2 is not visible after the Select button is clicked.
    Can anybody help me please.

    Thanks



  2. #2
    Join Date
    Jun 1999
    Location
    Atlanta, GA
    Posts
    57

    Re: JList

    Why don't you paste the code ...


    Meher

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured