Change JTabbedPane tab. through JButton.


 private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {                                      
      jTabbedPane1.setSelectedIndex(1);
    }                                      

Popular posts from this blog

Jtable with database manually in netbeans.

Join in Kotlin coroutines