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 |
| 48 | * main.app.reader - ReaderBookDocumentWindow, ReaderBookDesktopWindow, ReaderArea will be in this module. |
| 49 | * When separating the classes parts of the BookLogic(userActs method) have to be implemented with the new LogicR3. There has to be three events for closing, selecting and deselecting the book window. !UserWindowAction can be used as events that has to be handled. |
| 50 | * If there is time main.app.author can be created - it will have the same structure as the reader module but with Author prefix before the classes. |