Package gkarsql.forms

Examples of gkarsql.forms.SQLEditorFrame


    private void jMenuItem4ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jMenuItem4ActionPerformed
        if(!checkConnection()){
            return;
        }
        if(sqlEditorFrame ==null){
            sqlEditorFrame = new SQLEditorFrame();
        }
        sqlEditorFrame.setTitle("SQL Window "+gkOracleConnection.getInstance().getConnectionString());
        sqlEditorFrame.setOracleConnection(gkOracleConnection.getInstance());
        sqlEditorFrame.showWindow(this);
    }//GEN-LAST:event_jMenuItem4ActionPerformed
View Full Code Here

TOP

Related Classes of gkarsql.forms.SQLEditorFrame

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.