Search |
||
Experimenting with scroll panes and scroll bars - incorporating your feedbackPosted by kirillcool on November 7, 2006 at 7:55 PM PST
The previous entry showed the first experimental support for translucent scrollbars that show the viewport contents on the scrollbar area (buttons and track). The readers have left very interesting ideas in the comments section (thanks everybody), and here is the new implementation. First, the WebStart link itself. The bottom slider controls the opacity of the scroll bar in inactive (non-rollover) state, while the top slider controls the opacity of the scroll bar in active (rollover) state. Here's the list of things that were changed (besides the obvious support for different rollover opacity):
The transitions between inactive and active states are fully animated (note that there is no assumption on the composites for these two states being both
One thing that is not yet implemented (will be) - proper animation of the scroll button "ears". This is especially noticeable on standard button shaper. And now for some screenshots. Scroll pane with 50% inactive and 80% active opacity on scroll bars (the mouse is over the horizontal scroll track):
Scroll pane with 50% inactive and 80% active opacity on scroll bars (the mouse is not over any track):
Scroll pane with 30% inactive and 60% active opacity on scroll bars (the mouse is over the horizontal scroll track):
The code for the test application (and the supporting UI delegates) is not yet in CVS (it will be added once 3.1 is officially out and properly tagged). To see the code, download the distribution zip from this location and see the »
Related Topics >>
Java Desktop Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|