blob: 808729fa9ce99aa625d8c72992782444c19a5019 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014 Christian Pontesegger and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
// load additional UI commands
loadModule('/System/UI');
// open message box
showInfoDialog("Hello World", "Greetings");