You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: