| Issue 23: | Progress bar enhancement | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Think of the way to make progress bar text label in table visible when selected.
Oct 4, 2007
another suggestion:
if (isSelected) {
setForeground(DEFAULT_BACKGROUND);
setBackground(DEFAULT_FOREGROUND);
//setBackground(table.getSelectionForeground());
} else {
this colors can be changed to another, but color text will be the same. but the row
will filled with another than selection color, and that's ugly.
Feb 11, 2008
(No comment was entered for this change.)
Status:
Fixed
|
have suggestion: class: org.tiberiumlabs.lailaps.gui.elements.ProgressTableCellRenderer method: getTableCellRendererComponent(...) if (isSelected) { setStringPainted(false); try it. may be there is some more options to change look of progress bar...0 bytes Download