aspose file tools
The moose likes Swing / AWT / SWT and the fly likes JTextPane: scrolling with mouse wheel Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "JTextPane: scrolling with mouse wheel" Watch "JTextPane: scrolling with mouse wheel" New topic
Author

JTextPane: scrolling with mouse wheel

Alexandr Shvedov
Greenhorn

Joined: Jul 12, 2006
Posts: 23
Hello!
I have JTextPane component in my application, which is wraped in JScrollPane. It was function good, until I added MouseWheelListener to JTextPane (I use it to change font size when CTRL is pressed). After that it is impossible to scroll text with mouse wheel.
How can I return default behaviour of the component and save my listener?
Alexandr Shvedov
Greenhorn

Joined: Jul 12, 2006
Posts: 23
I've solved this problem. I just write this at the end of my handler

)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JTextPane: scrolling with mouse wheel
 
Similar Threads
Mouse wheel?
Mouse wheel in javascript
Focus in TextComponet
Finding mouse X,Y without a MouseEvent object
Scrolling in JTable