python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why does paint(Graphics g) work, while paintComponent(Graphics g) does not?
I am very much a noob when it comes to swing. So far, all of my knowledge comes from YouTube and Stack Overflow. I am trying to make an interactive 5x5 board, with a random image in every spot, and a ...
Sterling.wp
Votes: 0
Answers: 3
JAVA code doesn't run because of many threads
I have a small problem.
I wanted to draw something in JPanel using paintComponent() but I wanted the objects to be drawn with a delay. I realized that Thread.sleep() doesn't work to make that delay so...
Tomek Nałęcz
Votes: 0
Answers: 0