8586878889909192939495
*/ public TestSVG(){ super("SVG Test"); // load and layout the different components editor=new DesktopCardPanel(true); getContentPane().add(BorderLayout.CENTER, editor); JPanel p=new JPanel(); JButton b; b=new JButton("dump");