|
|
how to write multi column listbox?
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: how to write multi column listbox? - comp.lang.java.guiHi, 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 ap... arrays for multi-column data - comp.soft-sys.sasHow would I write an array that says essentially if exam1=25 score1=4 and ... data that has multiple columns and rows - comp.lang ..... data with multiple columns ... how to transpose large matrix? - comp.unix.shellISTM nowadays processing a large text file multiple times is to be preferred ... mn) to produce n rows, 1 pass to read each row, transpose it and write to a column file ... write multidimensional matrix to text file - comp.soft-sys.matlab ...Hello, With MATLAB, does anyone know how to write a multi-dimensional matrix into an text file By multi-dimensional, I mean C(:,:,M,h,bottom_top... reading textfile and displaying its contents in listbox - comp ...help uicontrol Read the help, write some code, run it, debug it ... soft-sys.matlab reading textfile and displaying its contents in listbox - comp ... reading multiple ... computing the average for several variables displayed in columns ...Hi all, I want to write a syntax to compute a group of indices. Each index is ... data that has multiple columns and rows - comp.lang ..... the data with multiple columns ... What is the proper way to read/write sparse matrix? - comp.soft ...... of code to work with two sparse matrices: read each column of one matrix and write ... This way, matrices can be used to compactly write and deal with multiple linear ... Unhide columns in a datasheet form - comp.databases.ms-access ...Dear reader, In a query you have the possibility to work with a Unhide Columns ... Form Combo box - multiple Control Source(s)? - comp.databases.ms ... Unhide columns in ... Using GRPSTATS to compute statistics on multiple variables by ...I tried to solve that issue by writing my own correlation function mycorr(XY,1 ... soft-sys.stat.spss - page 0 I'm trying to compute a mean variable for multiple column ... How to write to file within awk ? - comp.lang.awkUsing AWK...I need to print from column 4 to end - comp.lang.awk ... How to write to file within awk ... which take file as input, and provides the output having multiple ... how to write multi column listbox? - comp.lang.java.gui | Computer ...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 ap... How to Add a Column to ListBox in VBA | eHow.comHow to Add a Column to ListBox in VBA. ListBox items are ... is the programming language for writing macros ... How to Add Multi Column Data to Listbox Access. Access is a ... 7/22/2012 9:42:47 PM
|
|
|
|
|
|
|
|
|