Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Nammu GUI mockup in Jython with basic file edition functionality #18

Closed
raquelalegre opened this issue Apr 17, 2015 · 2 comments
Closed
Labels

Comments

@raquelalegre
Copy link
Contributor

Create a GUI in Jython using Maven and PyOracc following the layout in the mockups agreed in the last meeting that follows a MVC architecture.
It should have a menu, a toolbar, a text area and a console for log display.
The menu and toolbar should display these options for the user to choose:

File
 ├── New
 ├── Open
 ├── Save
 ├── Close
 └── Quit

Edit
 ├── Undo
 ├── Redo
 ├── Copy
 ├── Cut
 └── Paste

ATF
 ├── Validate
 └── Lemmatise

Window
 ├── Model View
 ├── Unicode Keyboard
 ├── Hide/Show Console
 ├── Hide/Show Toolbar
 └── Preferences

Help
 ├── Help
 └── About
@raquelalegre
Copy link
Contributor Author

Layout done, although still needs refactoring and prettifying.
Basic file handling functionality (new/open/save/close) is being done.

@raquelalegre raquelalegre self-assigned this Apr 17, 2015
@raquelalegre
Copy link
Contributor Author

New/Open/Save/Close done here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant