Class SVGApplication

java.lang.Object
repast.simphony.statecharts.runtime.SVGApplication

public class SVGApplication extends Object
Test SVGApplication adapted from: http://xmlgraphics.apache.org/batik/using/swing.html
Author:
jozik
  • Field Details

    • frame

      protected JFrame frame
    • button

      protected JButton button
    • label

      protected JLabel label
    • svgCanvas

      protected org.apache.batik.swing.JSVGCanvas svgCanvas
  • Constructor Details

    • SVGApplication

      public SVGApplication(JFrame f)
  • Method Details

    • main

      public static void main(String[] args)
    • createComponents

      public JComponent createComponents()