(Load encumbrance)
| 381 | } |
| 382 | |
| 383 | public void setLoadLabel(Load encumbrance) |
| 384 | { |
| 385 | loadLabel.setText(encumbrance.name()); |
| 386 | loadLabel.setFont(encumbrance.getFont(loadLabel.getFont())); |
| 387 | loadLabel.setForeground(ColorUtilty.colorToAWTColor(encumbrance.getColor())); |
| 388 | } |
| 389 | |
| 390 | @Override |
| 391 | public void adviseTodo(String fieldName) |
no test coverage detected