(String attr, Color color)
| 465 | } |
| 466 | |
| 467 | static public void setColor(String attr, Color color) { |
| 468 | PreferencesHelper.putColor(table, attr, color); |
| 469 | } |
| 470 | |
| 471 | static public Font getFont(String attr) { |
| 472 | Font font = PreferencesHelper.getFont(table, attr); |
no test coverage detected