JOptionPane.showMessageDialog出现在浏览器下面的解决方法

将JOptionPane.showMessageDialog(null, result, "发布公告:", JOptionPane.INFORMATION_MESSAGE);中的参数null

更改为JOptionPane.showMessageDialog(JOptionPane.getRootFrame(), result, "发布公告:", JOptionPane.INFORMATION_MESSAGE);

posted @ 2016-07-19 17:24  WKellyL  阅读(882)  评论(0编辑  收藏  举报