Re: How to sort a table values
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 22 Jun 2007 06:17:49 GMT
On Thu, 21 Jun 2007 02:37:31 -0700, pn_gothai@xxxxxxxxxxx wrote,
quoted or indirectly quoted someone who said :
I have a combobox in that contain date,sender,subject. How to sort the
date,sender and subject using combobox in yahoomail or any inbox
messages.
You have a Collection of Objects you fed to the JComboBox. Just sort
it and feed it back to it again.
to sort see http://mindprod.com/jgloss/sort.html
I am unaware of any special connection of Java to YahooMail, so I
suspect you may be asking a question that is not related to Java.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- Follow-Ups:
- Re: How to sort a table values
- From: pn_gothai
- Re: How to sort a table values
- References:
- How to sort a table values
- From: pn_gothai
- How to sort a table values
- Prev by Date: How to sort a table values
- Next by Date: Re: How to sort a table values
- Previous by thread: How to sort a table values
- Next by thread: Re: How to sort a table values
- Index(es):
Relevant Pages
|