/* * To change this template, choose Tools | Templates * and open the template in the editor. */ @TemplateRegistrations(value = {@TemplateRegistration(folder = "GUI", displayName = "Empty Gui",content = "EmptyNiftyGui.xml"), @TemplateRegistration(folder = "GUI", displayName = "HelloJme",content = "NiftyGui.xml")}) package com.jme3.gde.gui; import org.netbeans.api.templates.TemplateRegistration; import org.netbeans.api.templates.TemplateRegistrations;