• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

scrollbar platform differences using version 1.1

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello
must be using ver1.1 scrollbars
i want to use scrollbars to scroll an image but have read that different platforms may not display the wanted thumb size to screen correctly, if that's so and i call a
scrollbar.getVisibleAmount ();
will it return the thumb size i have adjusted it too, or the thumb size being displayed on the screen?
i'm just trying to make it platform independent
i have tried used scrollpane, but after double buffering and overiding the update method of the child component it still flashes?
Thanks for any help you can give me.
[ June 21, 2003: Message edited by: darren green ]
[ June 21, 2003: Message edited by: darren green ]
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Let me move this to the GUI forum and see what they say.
reply
    Bookmark Topic Watch Topic
  • New Topic