comparison examples/helloworld/HelloWorld5.d @ 161:eb84f9418bbf

Change module names to this not have examples in the FQN.
author Frank Benoit <benoit@tionex.de>
date Mon, 01 Sep 2008 22:24:27 +0200
parents 4a04b6759f98
children
comparison
equal deleted inserted replaced
158:683d3e7b184a 161:eb84f9418bbf
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
7 * 7 *
8 * Contributors: 8 * Contributors:
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 *******************************************************************************/ 10 *******************************************************************************/
11 module examples.helloworld.HelloWorld5; 11 module helloworld.HelloWorld5;
12 12
13 13
14 import dwt.events.DisposeEvent; 14 import dwt.events.DisposeEvent;
15 import dwt.events.DisposeListener; 15 import dwt.events.DisposeListener;
16 import dwt.events.PaintEvent; 16 import dwt.events.PaintEvent;