I realised probably that method was never coded or is gone, ended up using path.arc and drawshape with a stroke, works nice.
GeneralPath pathStatic = new GeneralPath(); pathStatic.arc(xPos, yPos, circleW, circleH , startAngle, angleComplete); g.drawShape(pathStatic, stroke); On Monday, August 1, 2016 at 5:06:13 PM UTC+8, Gareth Murfin wrote: > > Is there a way to draw a thicker line when using drawArc? > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/925decac-d932-4c7d-b828-5eaf3ada313c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
