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".


Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -