Posts by IgorS • 71 points
2 posts
-
3
votes1
answer114
viewsA: Error in logical TV control - Java
Solved with the help of @ramaral. Now I am instantiating Televisor controle = new Televisor(); off the buttons, so it is not initialized every time I click the buttons, avoiding returning the volume…
-
4
votes1
answer114
viewsQ: Error in logical TV control - Java
I’m a beginner in java and I’m having a hard time making the button btnVolumeUp raise the counter. First I have this TV class where I created the methods. public class Televisor { int canal = 0; int…