Example #1
0
  JOptionPane(Object msg, int mtype, int otype, Icon icon, Object[] args, Object init) {
    //	this(m, mtype, otype, icon, args, init);
    this.msg = msg;
    this.mtype = mtype;
    this.otype = otype;
    this.icon = icon;
    this.args = args;
    this.init = init;

    updateUI();
  }