48 | | ^Describe and link the implementation results here (from the wiki or the repository). |
| 48 | Done according to the design. As a result of this task, the following has been achieved: |
| 49 | * The hierarchy of MainWindow has been cleaned up and no redundant things are left. |
| 50 | * The hierarchy of DocView has been cleaned up and no redundant things are left (this includes classes and methods that should be in the layout). |
| 51 | * Some redundant modules have been deleted. |
| 52 | * MDMainWindow has been refactored - it now has only two ResourceProperties that sync all the swing elements. |
| 53 | * MDDocumentWindow has been refactored - it is now responsible for laying out the bottom panel when needed. |
| 54 | * The code and javadoc in many related classes has been improved. |
| 55 | |
| 56 | Done in a lot of changesets: [5392], [5402], [5405], [5407], [5446], [5487], [5491], [5516], [5517], [5524], [5564], [5565], [5571], [5573]. |