Posts by yagosansz • 73 points
2 posts
-
2
votes2
answers138
viewsQ: Implement Paint in Javafx
I’m trying to implement a similar application to Paint with Javafx. I can draw a line from one point to another, but it only appears after I drop the boot at the end point. When I try to implement…
-
5
votes3
answers71
viewsQ: Difference between Immediate Child and First-Child?
Could someone help me with the difference between these two concepts? From what I understand both mean the same thing...but by performing the test below, the text was left with the format of the…