Package gkarsql.forms

Examples of gkarsql.forms.ConnectFrame


    JFrame mainFrame = null;
    private ConnectFrame connectFrame=null;
    private void jMenuItem1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jMenuItem1ActionPerformed
        if(connectFrame ==null){
            connectFrame = new ConnectFrame(mainFrame,true);
        }
        connectFrame.showWindow(this);
        if(gkOracleConnection.getInstance().isConnected){
            showMessage("Connected to "+gkOracleConnection.getInstance().getConnectionString());
        }
View Full Code Here

TOP

Related Classes of gkarsql.forms.ConnectFrame

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.