The Artima Developer Community
Sponsored Link

Java Buzz Forum
JXComboBox with Table Demo

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Scott Delap

Posts: 1154
Nickname: scottdelap
Registered: Sep, 2004

Client / Server application developer.
JXComboBox with Table Demo Posted: Feb 23, 2005 10:14 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Delap.
Original Post: JXComboBox with Table Demo
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Latest Java Buzz Posts
Latest Java Buzz Posts by Scott Delap
Latest Posts From ClientJava.com

Advertisement

JXComboBox with Table Demo
I've put together some code that is able to display a JTable (and JXTable would need almost no additions) inside the popup of a combobox. The main idea is to supply a model that the combobox and the table share. The model is created using a base TableModel (containing all the data) and the index of the column that is to be used for the combobox.

Read: JXComboBox with Table Demo

Topic: `Who Cares about Native Look and Feel? Previous Topic   Next Topic Topic: Toolkit for MPEG-4 1.2.4

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use