Class SwingDemo


  • public class SwingDemo
    extends java.lang.Object
    Demonstrates how to use the TreeLayout to render a tree in a Swing application.

    Intentionally the sample code is kept simple. I.e. it does not include stuff like anti-aliasing and other stuff one would add to make the output look nice.

    Screenshot:

    A tree rendered using Swing

    • Constructor Summary

      Constructors 
      Constructor Description
      SwingDemo()  
    • Constructor Detail

      • SwingDemo

        public SwingDemo()
    • Method Detail

      • showInDialog

        private static void showInDialog​(javax.swing.JComponent panel)
      • main

        public static void main​(java.lang.String[] args)
        Shows a dialog with a tree in a layout created by TreeLayout, using the Swing component TextInBoxTreePane.
        Parameters:
        args - args[0]: treeName (default="")