コード例 #1
0
ファイル: ClientController.java プロジェクト: piopawlu/ols
 /** Shows the "about OLS" dialog on screen. the parent window to use, can be <code>null</code>. */
 public void showAboutBox() {
   MainFrame.showAboutBox(this.host.getVersion());
 }