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

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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-06
  • 2021-12-03
  • 2021-06-23
  • 2022-01-24
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-12
  • 2021-08-01
  • 2021-10-08
  • 2021-11-05
相关资源
相似解决方案