comparison dwtsnippets/spinner/Snippet190.d @ 58:3b18f03b2f41

images into the res folder, first working jface example
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Apr 2008 09:12:59 +0200
parents 4a8ae06d688d
children
comparison
equal deleted inserted replaced
57:d7e6c648cb57 58:3b18f03b2f41
23 import Math = tango.math.Math; 23 import Math = tango.math.Math;
24 import tango.io.Stdout; 24 import tango.io.Stdout;
25 25
26 /* 26 /*
27 * Floating point values in Spinner 27 * Floating point values in Spinner
28 * 28 *
29 * For a list of all DWT example snippets see 29 * For a list of all DWT example snippets see
30 * http://www.eclipse.org/swt/snippets/ 30 * http://www.eclipse.org/swt/snippets/
31 * 31 *
32 * @since 3.1 32 * @since 3.1
33 */ 33 */
34 34
35 void main () { 35 void main () {
36 Display display = new Display (); 36 Display display = new Display ();