{{javascript}}ProjectView : JFrame
Main view of the Vadere GUI.
Static variables Store a reference to the main window as "owner" parameter for dialogs. The model of the ProjectView GUI elements (part of the view) of the ProjectView TODO [priority=medium] [task=refactoring] do the actions have to be stored in member variables or could it be better to store them locally where they are needed? Some are used in different methods, maybe only store these as members?