Java JScrollBar getValue Formatting -
when do:
system.out.println(scrollbar.getvalue());
what value formatted in? pixels, percent?
the returned value number of pixels, if java api doesn't precise it. amount of pixels "scrolled".
when do:
system.out.println(scrollbar.getvalue());
what value formatted in? pixels, percent?
the returned value number of pixels, if java api doesn't precise it. amount of pixels "scrolled".
Comments
Post a Comment