Posts by Fabricio Cardoso • 37 points
4 posts
-
2
votes1
answer522
viewsQ: How to use the TIMER class in a method with Math.max and Math.min
I’m on a kind of ambitious project to create my little math game (which I found better than a simple calculator) in just one JFrame, methods only, without using any other class in the package...…
-
1
votes1
answer1440
viewsQ: How to center a Jframe on the computer screen?
I’m using the GUI Builder Netbeans to do some things with Swing and would like to centralize the JFrame, in which is my application, on the computer screen. However, do not know where I edit this…
-
0
votes0
answers738
viewsQ: How to make a simple timer using Timeunit.Sleep
I am beginner in Java and was trying to make a mathematical game whose theme was to add the random numbers of the buttons (of course the person would have the help of the numbers 1, 2 and 5) until…
-
0
votes1
answer577
viewsQ: Java - Swing - Timeunit.Leep time counter
I’m using Swing in Netbeans, creating a simple math game (thought more feasible than a calculator) whose goal is to add up the random numbers of the buttons until it equals a number between 1 and…