(boolean b)
| 303 | } |
| 304 | |
| 305 | public void setBasePlane(boolean b) { |
| 306 | // erhaelt nur false ... |
| 307 | basePlaneButton.setBackground(Color.white); |
| 308 | } |
| 309 | |
| 310 | public void setBasePlaneDefault() { |
| 311 | basePlaneButton.setBackground(Color.green); |
no test coverage detected