We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6f419 commit 4deaf61Copy full SHA for 4deaf61
sources/net.sf.j2s.java.core/src/sun/swing/table/DefaultTableCellHeaderRenderer.java
@@ -146,8 +146,8 @@ public static SortOrder getColumnSortOrder(JTable table, int column) {
146
return rv;
147
}
148
149
- @Override
150
- public void paintComponent(Graphics g) {
+// @Override
+// public void paintComponent(Graphics g) {
151
// boolean b = DefaultLookup.getBoolean(this, ui,
152
// "TableHeader.rightAlignSortArrow", false);
153
// if (b && sortArrow != null) {
@@ -164,7 +164,7 @@ public void paintComponent(Graphics g) {
164
// } else {
165
// super.paintComponent(g);
166
// }
167
- }
+// }
168
169
// private Point computeIconPosition(Graphics g) {
170
// FontMetrics fontMetrics = g.getFontMetrics();
0 commit comments