Sign in
eclipse
/
ease
/
org.eclipse.ease.scripts
/
4dc5e7d14d279ccd34e1887f0f345475192be850
/
.
/
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"
);