mousewheel

Mac zoom - How to zoom in and zoom out a Mac screen

Mac OS X screen zoom FAQ: Is there a way I can zoom in and zoom out my Mac screen (iMac, MacBook, MacBook Pro)?

How to increase the JScrollPane scrolling speed for mousewheel users

Java Swing FAQ: How do I increase the JScrollPane scrolling speed when using the mouse wheel?

Once you put a component (JTextArea, JEditorPane, JTable) into a JScrollPane in a Java Swing application, you'll quickly see that the default scrolling speed when trying to vertically scroll the viewport with the mousewheel is very slow. To make your scroll pane faster, i.e., more like a native Mac or Windows application, you'll want to increase this default mousewheel vertical scrolling speed.

Syndicate content