| java.sun.com > Guidelines Home Page > Java Look and Feel Design Guidelines > Part II: Fundamental Java Application Design > 5: Application Graphics > Categorizing Application Graphics |
Application graphics that you design fall into three broad categories:
| Icons | |||
|
Button graphics |
|||
| Symbols |
Use the GIF file format for application
graphics. It usually results in a smaller
file size than the JPEG format and uses lossless compression.
To facilitate localization, place all
application graphics in resource bundles.
Where possible, use globally understood
icons, button graphics, and symbols.
Where none exist, create them with input from international sources. If you
can't create a single symbol that works in all cultures, define appropriate
graphics for different locales (but try to minimize this task).
| Java Look and Feel Design Guidelines, second edition.
Copyright 2001. Sun Microsystems, Inc. All Rights Reserved. |