hbarton2 / cscd350-f24-CodeCain

2 stars 2 forks source link

Visual Relationship Arrows #50

Open AaronWB opened 1 week ago

AaronWB commented 1 week ago

Description: Currently there is no visual representation of two classes being linked in the GUI, this needs to be implemented and have different types of relationships represented. Time Est: 3 hours Extra Comments: Current Editor: Benno Foster

benFoster1234567 commented 6 days ago

Make arrows work, but ran into issues with possibly breaking existing code. Will find a better approach for storing data relating to the positioning of the arrows on the bottom of the boxes

benFoster1234567 commented 4 days ago

Added lines in JavaFX. Also got add and remove buttons working. Just need the arrows now, and to figure out how to arrange those

benFoster1234567 commented 2 days ago

having some trouble coming up with a way to get the arrows to not overlap in JavaFX