如果你用Jbuilder开发,可以
import com.borland.jbcl.control.Message;
在需要弹出MessageBox时加入如下代码:
Message m=new Message(new Frame(),"出错","必须填写必填项目!");