Problem faced while using TinyLnF
- From: Chanchal <chanchal.jacob@xxxxxxxxx>
- Date: Tue, 24 Jun 2008 02:28:57 -0700 (PDT)
Hi,
I'm using TinyLnF package (http://www.muntjak.de/hans/java/tinylaf/
index.html) for look and feel in my swing application. I'm facing a
problem there. To sort tables i'm using TableRowSorter
<code>
TableRowSorter<TableModel> sorter = new
TableRowSorter<TableModel>(jtbResources.getModel());
jtbResources.setRowSorter(sorter);
</code>
But when the column header is clicked, the up or down arrows which
indicates the wort order is not displayed. Kindly advice on how they
can be displayed.
Also, is there any way to use some other images in place of those up
or down arrows?
Thanks in advance
Chanchal
.
- Follow-Ups:
- Re: Problem faced while using TinyLnF
- From: Roedy Green
- Re: Problem faced while using TinyLnF
- From: Roedy Green
- Re: Problem faced while using TinyLnF
- From: Roedy Green
- Re: Problem faced while using TinyLnF
- From: Roedy Green
- Re: Problem faced while using TinyLnF
- Prev by Date: Re: cobbling a ComboBox
- Next by Date: Re: Problem faced while using TinyLnF
- Previous by thread: cobbling a ComboBox
- Next by thread: Re: Problem faced while using TinyLnF
- Index(es):
Relevant Pages
|