September 2005
Beginner
576 pages
13h 6m
English
| Q1: | Is there a reason to display scrollbars only when they are needed, as opposed to displaying them all the time? |
| A1: | Normally, the decision is based on how you want the interface to look. Some interface designers prefer to have the scrollbars visible at all times, while others make them visible only when the component needs them.
With early implementations of scroll panes in Java 2, scrollbars would disappear in certain instances and never reappear. Though this appears to have been resolved, making scrollbars visible at all times is a way to work around a problem like this. |
| Q2: | How can I find out about the rest of the Swing classes in the Java class library? |
| A2: | On Sun's official Java site, the full documentation for the Java class library ... |
Read now
Unlock full access