prmr / JetUML

A desktop application for fast UML diagramming.
GNU General Public License v3.0
619 stars 121 forks source link

New implementation of Notification system in EditorFrame #511

Closed ArthusWQZ closed 9 months ago

ArthusWQZ commented 9 months ago

This pull request follows #508 and #510.

It adds a new interface Notification, and a new class ToastNotification. Notifications are handled by the EditorFrame. It also adds a new text file, TestEditorFrame, that tests the notification handling methods in the EditorFrame class.