public class KeyboardNormal
extends java.lang.Object
miguelmonteiroclaveri@gmail.com github.com/mmonteiroc/Calculadora-Cientifica Paquete visual Proyecto Calculadora
Modifier and Type | Field and Description |
---|---|
private javax.swing.JButton |
ASCIIButton
|
private javax.swing.JButton |
borrar
|
private javax.swing.JButton |
boton0
|
private javax.swing.JButton |
boton1
|
private javax.swing.JButton |
boton2
|
private javax.swing.JButton |
boton3
|
private javax.swing.JButton |
boton4
|
private javax.swing.JButton |
boton5
|
private javax.swing.JButton |
boton6
|
private javax.swing.JButton |
boton7
|
private javax.swing.JButton |
boton8
|
private javax.swing.JButton |
boton9
|
private javax.swing.JButton |
botonComa
|
private javax.swing.JButton |
botonResultado
|
private javax.swing.JButton |
cos
|
private javax.swing.JButton |
dividir
|
private javax.swing.JButton |
exponente
|
private javax.swing.JButton |
logaritmo
|
private javax.swing.JButton |
multiplicacion
|
private javax.swing.JPanel |
panelPrincipal
|
private javax.swing.JButton |
parDch
|
private javax.swing.JButton |
parIzq
|
private javax.swing.JButton |
resta
|
private javax.swing.JButton |
sin
|
private javax.swing.JButton |
Suma
|
Constructor and Description |
---|
KeyboardNormal(InterficieGrafica ig)
|
Modifier and Type | Method and Description |
---|---|
javax.swing.JPanel |
getPanelPrincipal()
|
private javax.swing.JPanel panelPrincipal
private javax.swing.JButton boton1
private javax.swing.JButton Suma
private javax.swing.JButton boton2
private javax.swing.JButton boton3
private javax.swing.JButton boton4
private javax.swing.JButton boton5
private javax.swing.JButton boton6
private javax.swing.JButton resta
private javax.swing.JButton boton7
private javax.swing.JButton boton8
private javax.swing.JButton boton9
private javax.swing.JButton boton0
private javax.swing.JButton botonComa
private javax.swing.JButton botonResultado
private javax.swing.JButton multiplicacion
private javax.swing.JButton dividir
private javax.swing.JButton borrar
private javax.swing.JButton sin
private javax.swing.JButton cos
private javax.swing.JButton logaritmo
private javax.swing.JButton parIzq
private javax.swing.JButton parDch
private javax.swing.JButton exponente
private javax.swing.JButton ASCIIButton
public KeyboardNormal(InterficieGrafica ig)
ig
- Interficie grafica que pasamos para
poder modificar campos visuales que
el usuario ve
Este constructor nos permite definir todos los listener que necesitamos en este keypad para รง poder hacer operaciones normales