Changes between Version 15 and Version 16 of BOOK_WINDOW_R1
- Timestamp:
- 05/13/09 02:21:20 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_WINDOW_R1
v15 v16 27 27 == Implementation idea == 28 28 29 * The title bar may be a panel like the bottom panel. BookDocumentWindow has a JInternalFrame for its swing component, which does not seem to support drawing title bars29 * JInternalFrame supports the drawing of a title bar in a new java project, but it is not displaying in Sophie. 30 30 * computeTitle on BookDocumentWindow 31 31 * The border with is currently hard-coded, with a comment from mitex to add this to the skin definition "later" Consider doing this now