You are on page 1of 1

private void VersignoActionPerformed(java.awt.event.

ActionEvent evt) {

// TODO add your handling code here:


obj.setMesnac(fecha.getCalendar().get((Calendar.MONTH))+1);
obj.setDianac(fecha.getCalendar().get((Calendar.DAY_OF_MONTH)));
String Signo= obj.Signo();
ver.setText(Signo);
}

You might also like