public class JFRAME1 extends javax.swing.JFrame {
/** Creates new form JFRAME1 */
public JFRAME1() {
initComponents();
}
/** Creates new form JFRAME1 */
public JFRAME1() {
initComponents();
}
private void jSlider1StateChanged(javax.swing.event.ChangeEvent evt) {
// TODO add your handling code here:
etivalor.setText("el valoe es:" + jSlider1.getValue());
}
// TODO add your handling code here:
etivalor.setText("el valoe es:" + jSlider1.getValue());
}
No hay comentarios:
Publicar un comentario