test
Class SVGApplication

java.lang.Object
  extended by test.SVGApplication

public class SVGApplication
extends java.lang.Object


Field Summary
(package private)  javax.swing.JButton button
           
(package private)  javax.swing.JFrame frame
           
(package private)  javax.swing.JLabel label
           
(package private)  org.apache.batik.swing.JSVGCanvas svgCanvas
           
 
Constructor Summary
SVGApplication(javax.swing.JFrame f)
           
 
Method Summary
 javax.swing.JComponent createComponents()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frame

javax.swing.JFrame frame

button

javax.swing.JButton button

label

javax.swing.JLabel label

svgCanvas

org.apache.batik.swing.JSVGCanvas svgCanvas
Constructor Detail

SVGApplication

public SVGApplication(javax.swing.JFrame f)
Method Detail

main

public static void main(java.lang.String[] args)

createComponents

public javax.swing.JComponent createComponents()