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 is Android Paint strokeWidth default value suddenly different?
Background
I have an app in the Google Play store built in Kotlin.
It currently displays a grid that the user draws her password on.
Here's a snapshot of the grid as it was previously drawn with the p...

raddevus
Votes: 0
Answers: 2
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
Quarter Circle does not fit my initial circle Flutter Painter
I'm trying to make a loading icon for my loading screen using CustomPaint widget. Unfortunally, it doesn't work as expected...
My quarter circle does not fit in my primary circle, here's a screen of i...

Zouglou
Votes: 0
Answers: 0