Changeset 212:ab60f3309436 for dwt/custom/Bullet.d
- Timestamp:
- 05/04/08 18:12:38 (7 months ago)
- Files:
-
- dwt/custom/Bullet.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/custom/Bullet.d
r155 r212 1 /*******************************************************************************1 /******************************************************************************* 2 2 * Copyright (c) 2000, 2006 IBM Corporation and others. 3 3 * All rights reserved. This program and the accompanying materials … … 17 17 import dwt.custom.ST; 18 18 import dwt.dwthelper.System; 19 import dwt.dwthelper.utils; 19 20 20 21 /** … … 39 40 public int type; 40 41 public StyleRange style; 41 public char[]text;42 public String text; 42 43 int[] linesIndices; 43 44 int count;
