google-code-export / labyrinth

Automatically exported from code.google.com/p/labyrinth
GNU General Public License v2.0
2 stars 0 forks source link

refactor the map windows in an standalone module #112

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The current code that handles the individual Mind map windows should be
refactored. Currently classes in Browser, MainWindow and MapList read and
write attributes of MapCore objects, whith the logic and side effects
spread around in all these classes. This makes it hard do add an
alternative GUI, for example an applet.

Original issue reported on code.google.com by andreas....@gmail.com on 17 Apr 2008 at 9:36