You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the DendrogramFrame were split out into a separate class, it would be easier to re-use.
If the constructor took a Cluster parameter, then you could do something like
new DendrogramFrame(createSampleCluster());
To create a UI for a given cluster.
I will create a PR.