(JFrame frame)
| 90 | } |
| 91 | |
| 92 | public static GUIHistory getInstance(JFrame frame) throws Exception { |
| 93 | owner = frame; |
| 94 | GUIHistory history = getInstance(); |
| 95 | return history; |
| 96 | } |
| 97 | |
| 98 | public static GUIHistory getInstance() throws Exception { |
| 99 | if (instance == null) { |
no outgoing calls
no test coverage detected