LexarG56

Generation

generate functionSun, 18 Jun 2023

Crear un menu con el boton de crear una cita de soporte tecnico.

private void itemCreateAppointmentActionPerformed(java.awt.event.ActionEvent evt) { // TODO add your handling code here: new CreateAppointment().setVisible(true); this.dispose(); }

Want to kickstart your project?Use the new AI Studio to create your code