hi
I have a question regarding long data type. I need to set the values for long data type to a Jlistbox.I know how to set string array and vector to list box.
I have values like
long a1 = 1000*15,1000*10,1000*5;
I need to set these values in the list box.
For this I took a long object tried to send to a list box.
It is not doing that. I donot know this.
How to send this long values to a listbox.
User can select a value by using the listbox.
what I have to do this?
help me.
thanks,
I have a question regarding long data type. I need to set the values for long data type to a Jlistbox.I know how to set string array and vector to list box.
I have values like
long a1 = 1000*15,1000*10,1000*5;
I need to set these values in the list box.
For this I took a long object tried to send to a list box.
It is not doing that. I donot know this.
How to send this long values to a listbox.
User can select a value by using the listbox.
what I have to do this?
help me.
thanks,