try {
String url = "https://www.brent.edu.ph";
java.awt.Desktop.getDesktop().browse(java.net.URI.create(url));
} catch (java.io.IOException e1) {
System.out.println("Error"); }