Here you can find the source of msgBox(String msg)
public static void msgBox(String msg)
//package com.java2s; public class Main { public static void msgBox(String msg) { javax.swing.JOptionPane.showConfirmDialog((java.awt.Component) null, msg, "WindowsUtils", javax.swing.JOptionPane.DEFAULT_OPTION); }//from ww w.j av a 2s . co m }