Sign in
eclipse
/
ease
/
org.eclipse.ease.scripts
/
1918e6763c61f3435f63eff9f40c99522d706d9e
/
.
/
JavaScript Beginner Tutorial
/
01 Hello world
/
02 Hello World UI.js
blob: cdbe3e8b28e5b6e7589136000f891758cd0f07f2 [
file
]
// load additional UI commands
loadModule
(
'/System/UI'
);
// open message box
showInfoDialog
(
"Hello World"
,
"Greetings"
);