44 | | ^(Describe your design here.)^ |
| 44 | Connected with the design of the reader: |
| 45 | * Undo/Redo will be available. |
| 46 | Separation of the modules will be: |
| 47 | * main.app.commons module with commons application things - think as there is no application without them. |
| 48 | * main.app.reader - ReaderBookDocumentWindow, ReaderBookDesktopWindow, ReaderArea in this module. |
| 49 | * main.app.author consists of: |
| 50 | * BookDocumentWindow and BookDesktopWindow which became AuthorDocumentWindow and AuthorDesktopWindow |
| 51 | * ReaderModeCheckBox |
| 52 | * ShowFramesCheckBoxPanel |
| 53 | * Current AboutDialog |
| 54 | * AuthorPageWorkArea |
| 55 | * what is needed |
| 56 | |
| 57 | Refactoring of the DocumentView should be available - DocumentWindow should become DocumentView and the old DocumentWindow should be deleted. |
| 58 | |
| 59 | |