MCPcopy Create free account
hub / github.com/SoarGroup/Soar / open

Method open

Java/Debugger/src/edu/umich/soar/debugger/menu/HelpMenu.java:142–153  ·  view source on GitHub ↗
(String url)

Source from the content-addressed store, hash-verified

140 }
141
142 private void open(String url)
143 {
144 try
145 {
146 StartBrowser.openURL(url);
147 }
148 catch (Exception e)
149 {
150 m_Frame.ShowMessageBox("Error launching URL " + url, e
151 .getLocalizedMessage());
152 }
153 }
154}

Callers 3

actionPerformedMethod · 0.95
createWindowMethod · 0.45

Calls 2

openURLMethod · 0.95
ShowMessageBoxMethod · 0.80

Tested by

no test coverage detected