LexarG56

Generation

generate functionSun, 18 Jun 2023

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

private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) { // TODO add your handling code here: frame = new JFrame(); JButton button = new JButton("Crear cita"); button.setBounds(100, 100, 140, 40); frame.add(button); frame.setSize(300, 400); frame.setLayout(null); frame.setVisible(true); }

Questions about programming?Chat with your personal AI assistant