smaan / maze-solver

Automatically exported from code.google.com/p/maze-solver
0 stars 0 forks source link

File close/save menu item #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Task:

A file->close menu option that is only enabled if something closeable is 
visible on the screen. It will then close that thing which will either be a 
maze in the maze editor or a script in the script editor.

The design proposal involved the primary frame registering a listener with 
the maze editor and script editor panels. The panels will then notify the 
primary frame when something is or is not on screen that can be closed and 
who should be notified when a close operation occurs.

This goes for the file->save operation as well.

Original issue reported on code.google.com by lukelast@gmail.com on 15 May 2009 at 6:34