MCPcopy Create free account
hub / github.com/GateNLP/gate-core / getMainFrame

Method getMainFrame

src/main/java/gate/Main.java:140–144  ·  view source on GitHub ↗

Get the main frame of the GUI. If the GUI isn't running, it is started.

()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

runGuiMethod · 0.95

Tested by

no test coverage detected