Sunday, September 21, 2008

The features of swing components.

Hi people, now i would like to highlight you with some ultimate features of the swing components.
  • Swing buttons and labels can display images instead of, or in addition to text.
  • User can easily add or change the borders drawn around most swing components.
  • Users can easily change the behavior or appearance of a swing component by either invoking methods on it or creating a subclass of it.
  • Swing components don’t have to be rectangular, buttons, for e.g., can be round.
  • Assistive technologies such as screen renders can get information from swing components.
  • Swing let’s to specify which look and feel a program’s GUI uses.
  • Swing components are implemented with no native code and aren’t restricted to the least common denominator.

No comments: