how to write multi column listbox?

  • Follow


Hi,

I want to create a lightweighted multi column listbox in java, 
preferably without swing.
If use JTable, I don't know how to include it in the applet when display 
it in the web.

Any sample code or idea?

thanks
sam
0
Reply sam 4/19/2004 9:15:33 AM

> I want to create a lightweighted multi column listbox in java,
> preferably without swing.

lightweight components are swing.
heavyweight components are AWT.

with swing you have to write your own CellRenderer for JComboBox.
--

____________

http://reader.imagero.com the best java image reader.


0
Reply ak 4/19/2004 12:04:01 PM


ak wrote:

>>I want to create a lightweighted multi column listbox in java,
>>preferably without swing.
> 
> 
> lightweight components are swing.
> heavyweight components are AWT.
> 
> with swing you have to write your own CellRenderer for JComboBox.
> --
> 
With swing, should JTable handle CellRenderer?
How can include the path of swing lib in the applet when runningin html?

Thanks
sam

0
Reply sam 4/19/2004 2:14:54 PM

2 Replies
495 Views

(page loaded in 0.049 seconds)

Similiar Articles:













7/22/2012 9:42:47 PM


Reply: