Author: kmorin Date: 2009-07-22 15:08:35 +0200 (Wed, 22 Jul 2009) New Revision: 1504 Added: trunk/guix-compiler-swing/src/main/java/org/nuiton/guix/tags/swing/ApplicationHandler.java Log: I removed ApplicationHandler by mistake, recommit it Added: trunk/guix-compiler-swing/src/main/java/org/nuiton/guix/tags/swing/ApplicationHandler.java =================================================================== --- trunk/guix-compiler-swing/src/main/java/org/nuiton/guix/tags/swing/ApplicationHandler.java (rev 0) +++ trunk/guix-compiler-swing/src/main/java/org/nuiton/guix/tags/swing/ApplicationHandler.java 2009-07-22 13:08:35 UTC (rev 1504) @@ -0,0 +1,22 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ + +package org.nuiton.guix.tags.swing; + +/** + * + * @author kevin + */ +public class ApplicationHandler extends ComponentHandler { + + public ApplicationHandler() { + super(); + } + + public Class getClassToGenerate() { + return javax.swing.JFrame.class; + } + +}