简体   繁体   中英

Java JScrollBar getValue Formatting

When you do:

System.out.println(scrollBar.getValue());

What is the value formatted in? Is it pixels, percent?

The returned value is actually number of pixels, even if Java API doesn't precise it. This is the amount of pixels that were "scrolled".

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