コード例 #1
0
ファイル: Utility.java プロジェクト: pratikabu/pem
 public static void alert(String text) {
   MessageDialog.alert(text);
 }