changed all dialogs and popups to use diagramPanel as a parent This makes them spawn at the center of the diagramPanel, instead of the center of the primary display of the computer
#12
Bjorn Pijnacker
2021-02-27 20:32:00 +0100
parented dialogs in AutoPositionAction to the DiagramPanel This ensures they spawn at the center of the panel and not centered on the computer's primary display
Bjorn Pijnacker
2021-02-27 20:02:38 +0100
fixed ambiguous naming of positionRelation() method the bottom method now just returns the alpabetically sorted one and passes that as an argument to the other method which expects a sorted list of relations
Bjorn Pijnacker
2021-02-27 19:54:12 +0100
Implemented custom order alignment - Implemented a custom model for a JList that allows for reordering elements using JButtons - Ask the user whether to sort alphabetically or using an order they decide - Ensured that the list in the OrderableListPanel keeps its order between multiple sorting times (this saves the user the work of re-sorting every time)
Bjorn Pijnacker
2021-02-26 21:36:18 +0100
Implemented rudimentary auto-positioning feature using alphabetic sorting of relations Now going to be working on custom sorting
Bjorn Pijnacker
2021-02-26 20:23:42 +0100
3ba2f1982cMinor fixes, updated version.
1.4.0
Andrew Lalis
2021-02-23 19:35:52 +0100
changed the way the lolcat boolean is represented; changed the way LolcatAction accesses DiagramPanel; changed the way AttributeViewModel gets the window bounds
Bjorn Pijnacker
2021-02-23 18:19:01 +0100