netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

ajuda

Open Nafisa957 opened this issue 9 months ago • 0 comments

private void Bt_LegalizacaoActionPerformed(java.awt.event.ActionEvent evt) {                                               
    PanielNavigacao.removeAll();
    PanielNavigacao.repaint();
    legalizacao lz = new legalizacao();
    PanielNavigacao.add(time);
    lz.setVisible(true);        
}                                              

private void BtFinancasCActionPerformed(java.awt.event.ActionEvent evt) {                                            
    // TODO add your handling code here:
    new financas1().setVisible(true);

Nafisa957 avatar May 22 '24 10:05 Nafisa957