faadc40d26
- 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) |
||
---|---|---|
design | ||
src/main | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Entity-Relation Mapping Editor
A simple UI for editing entity-relation mapping diagrams.
How to Use
The interface and menus should be pretty self-explanatory, but here are some tips to get you started:
- Click on a relation to select it.
- You can CTRL + click to select multiple relations.
- Drag the relations to move them around in the window.
- Right-click on different areas to access context menus with some helpful actions.
- When exporting the model to an image, be sure to add the desired image file extension (
.png
,.jpg
,.bmp
, etc.), or the application will default to.png
.
Sample Exported Image
Here's a sample of an exported diagram.