Get the main frame of the GUI. If the GUI isn't running, it is started.
()
| 138 | * is started. |
| 139 | */ |
| 140 | public static MainFrame getMainFrame() throws GateException { |
| 141 | if(frame == null) |
| 142 | runGui(); |
| 143 | return frame; |
| 144 | } // getMainFrame() |
| 145 | |
| 146 | /** Run the user interface. */ |
| 147 | protected static void runGui() throws GateException { |