@Action public void showAboutBox() { if (aboutBox == null) { JFrame mainFrame = NumberSliderApp.getApplication().getMainFrame(); aboutBox = new NumberSliderAboutBox(mainFrame); aboutBox.setLocationRelativeTo(mainFrame); } NumberSliderApp.getApplication().show(aboutBox); } 相关文章: 2022-12-23 2022-12-23 2022-01-04 2021-07-28 2021-09-25 2022-12-23 2021-12-19 2021-12-03