Beispiel #1
0
  public static void donate(Component parent) {

    try {
      RiskUtil.donate();
    } catch (Exception e) {
      JOptionPane.showMessageDialog(
          parent,
          "Unable to open web browser: " + e.getMessage(),
          "Error",
          JOptionPane.ERROR_MESSAGE);
    }
  }