Startup
This commit is contained in:
@@ -1445,7 +1445,7 @@ public class TestingList extends Panel {
|
||||
private void jButtonLogActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButtonLogActionPerformed
|
||||
if (Desktop.isDesktopSupported()) {
|
||||
try {
|
||||
Desktop.getDesktop().browse(new URI("http://www.example.com"));
|
||||
Desktop.getDesktop().browse(new URI("http://city.psi.ch:1100"));
|
||||
} catch (URISyntaxException | IOException ex) {
|
||||
Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex);
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#TestingList for pshell: configuration properties
|
||||
#Mon Dec 11 14:52:26 CET 2017
|
||||
#Mon Dec 11 14:59:15 CET 2017
|
||||
customPanel=
|
||||
showEnabledTestsOnly=true
|
||||
listFilter=test-no-ioc
|
||||
|
||||
Reference in New Issue
Block a user