Package csa.jportal.ai.standardAI.hints

Examples of csa.jportal.ai.standardAI.hints.GeneralAIHintsPanel


    }//GEN-LAST:event_jMenuItem29ActionPerformed

    private void jMenuItem20ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jMenuItem20ActionPerformed


        GeneralAIHintsPanel p = new GeneralAIHintsPanel();
        addPanel(p);
        setMainPanel(p);
        windowMe(p,800,600, "General AI hints");

View Full Code Here

TOP

Related Classes of csa.jportal.ai.standardAI.hints.GeneralAIHintsPanel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.