(ActionEvent evt)
| 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 | } |
no test coverage detected