This commit is contained in:
boccioli_m
2017-12-11 14:59:31 +01:00
parent 23b57e73b3
commit 1aaff95e4e
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}