Here's an alphabetical flow chart created via the NetBeans
Visual Library:
Here's how:
public final class AlphabeticalFlowTopComponent extends TopComponent { private static final String[] unsortedLabels = new String[] { "For", "Zoo", "Fat", "Jen", "Wet", "Pot", "Bat", "Fit", "Cow", "Dog", "Jon", "Cat", "Pet", "Hat", "And" }; public AlphabeticalFlowTopComponent() { ...