Reverse the polarity of the neutron flow!
My ascending/descending icons were reversed, and it took this long for someone to point it out...
[#325 state:resolved]
- A jbidwatcher/trunk/icons/ascend_10x5.gif
- M jbidwatcher/trunk/src/com/jbidwatcher/ui/table/TableSorter.java view
- MV jbidwatcher/trunk/icons/descend_10x5.gif view
- D jbidwatcher/trunk/icons/descend_10x5.gif
| 594 | 609 | |
|---|---|---|
| 38 | 38 | */ |
| 39 | 39 | |
| 40 | 40 | import com.jbidwatcher.util.config.JConfig; |
| 41 | import com.jbidwatcher.platform.Platform; | |
| 42 | 41 | |
| 43 | 42 | import java.util.*; |
| 44 | 43 | import javax.swing.event.TableModelEvent; |
| --- | --- | |
| 52 | 51 | import java.awt.*; |
| 53 | 52 | import javax.swing.table.*; |
| 54 | 53 | import javax.swing.*; |
| 55 | import javax.swing.border.Border; | |
| 56 | 54 | |
| 57 | 55 | public class TableSorter extends Transformation implements TableModelListener { |
| 58 | 56 | private JTable _table = null; |
