MCPcopy Create free account
hub / github.com/Singular/Singular / bt3ActionPerformed

Method bt3ActionPerformed

Singular/LIB/surfex/Project.java:660–670  ·  view source on GitHub ↗
(ActionEvent evt)

Source from the content-addressed store, hash-verified

658 } // end of bt2ActionPerformed()
659
660 public void bt3ActionPerformed(ActionEvent evt) {
661 // open the temporary directory for the current project
662 // in a new browser window
663 try {
664 surfex_.theApplet.getAppletContext().showDocument(
665 new URL(surfex_.theApplet.getCodeBase() + "/"
666 + old_tmpsubdir), "_blank");
667 } catch (Exception e) {
668 System.out.println(e.toString());
669 }
670 } // end of bt3ActionPerformed()
671
672 public void bt4ActionPerformed(ActionEvent evt) {
673 }

Callers 1

actionPerformedMethod · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected