I can never find that programming thread -,-
I am making a stopwatch, which is atm working, only problem is, I can't properly center the numbers, so it looks kinda stupid
I tried using
add(display, BorderLayout.CENTER);
would cause it to center (I put the results from the timer into the display), but it dont work properly
it keeps hugging the wall (and simply adding it gives the same effect)
help anyone?
* me probably being stupid