/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package netbeans.javafx.togglecomment; import org.netbeans.editor.ext.ExtKit.ToggleCommentAction; /** * * @author Tor Norbye */ public class JavaFxToggleCommentAction extends ToggleCommentAction { public JavaFxToggleCommentAction() { super("//"); } }