简体   繁体   中英

How do I draw a dotted line from the paint method on a JComponent?

I have to draw a dotted or dashed line In a JComponent. How do I do that?

Get a hold of a Graphics2D , and use its setStroke() method to set a suitable stroke. It should be enough with a BasicStroke to get a dotted line, nothing fancy.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM