This post is part of the 100 Days of JavaFX Series.
In a previous example, we used a TreeView to represent our list of schema. However, our Schema model does not follow a tree-like structure.
A schema stands on its own and does not have any parents or children. Therefore,