()
| 1352 | } |
| 1353 | |
| 1354 | public static JFrame getFrame() { |
| 1355 | return getOSPLog().frame; |
| 1356 | } |
| 1357 | |
| 1358 | public static void addPropertyChangeListener(PropertyChangeListener propertyChangeListener) { |
| 1359 | if (getFrame() != null) |
no test coverage detected