• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Scrolling an extension of JLabel doesn't work :s

 
Ranch Hand
Posts: 176
Mac Chrome Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Howdy folks,

I'm having a lot of trouble getting a custom JComponent to scroll inside a JScollPane. I can only scroll if the mouse pointer is over the scroll bars, when I move the pointer into the JViewport (or whatever it's called) I can no longer scroll.

I've launched the 1st demo on the How to Use Scroll Panes pages and obviously it does what you'd expect. I noticed that this example uses an extension of JLabel (called ScrollablePicture). I've also noticed that this example still works if the ScrollablePicture class doesn't implement Scrollable and MouseMotionListener.

So I decided to do something similar to that but my program persistently refuses to work





Any pointers would be much appreciated.

Thank-you
 
Olivier Legat
Ranch Hand
Posts: 176
Mac Chrome Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I found a work-around (with a little bit of help). It's not particularly tidy but it works:

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic