Version 6 (modified by boyan, 16 years ago) (diff) |
---|
Analysis
Overview
This task is about providing a book properties dialog. It should display some basic information for the book and allow editing part of it. Currently we have a dialog that displays:
- Book title
- Number of pages
- File size
- Creation time
- Last modification time
Task requirements
- The following fields should be made editable:
- Title
- Page width
- Page height
- The keyboard shortcut for opening the book properties dialog should be Ctrl+Shift+B.
- The book properties dialog should be displayed when a new book is created.
Task result
The result should be source code.
Implementation idea
Use Java swing components.
Related
How to demo
- Display the book properties dialog.
- Change the title and page size and show they are updated.
Design
Implementation
(Implementation results should be described and linked here (from the wiki or the repository))
Testing
Comments
(Write comments for this or later revisions here.)