|
-
October 11th, 1999, 06:57 AM
#1
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
-
October 11th, 1999, 03:51 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|