To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Pluggable look and feel

From Wikipedia, the free encyclopedia

Pluggable look and feel is a mechanism used in the Java Swing widget toolkit allowing to change the look and feel of the graphical user interface at runtime.

Swing allows an application to specialize the look and feel of widgets by modifying the default (via runtime parameters), deriving from an existing one, by creating one from scratch, or, beginning with J2SE 5.0, by using the skinnable synth look and feel, which is configured with an XML property file. The look and feel can be changed at runtime.

YouTube Encyclopedic

  • 1/3
    Views:
    649
    34 933
    6 736
  • Java Video - 3 Look and Feel
  • Java prog#42.Change look & feel of NetBeans IDE run Jframe to Metal,Windows,Windows Classic etc.
  • Java Swing Tutorial 1- Introduction to Swing.mp4

Transcription

Architecture

The corresponding API includes:

  • Hooks in Swing widgets to interact with their look and feel. Each widget defined in Swing can delegate its "painting" to its associated user interface classes called UI delegates.
  • An API to manage existing look-and-feel definitions. This API allow to set the look and feel or switch from look and feels at runtime.
  • Another API to define a specific look and feel, or derive a look and feel from an existing one.

Examples of look and feels

Platform look and feels

The default OceanTheme Metal look and feel in JDK 5

The Java platform comes with several bundled look and feels:[1]

  • A default cross-platform look and feel, called Metal (see MetalLookAndFeel). This look and feel comes with several themes:
  • Other cross-platform look and feels:
  • Platform-dependent look and feels:[4] Look and feels that aim to be the closest as possible to the platform native GUI. The fidelity to the native look-and-feel theming has been improved in recent Java versions by leveraging the platform native GUI theming library when possible[5][6]

Third-party look and feels

Numerous other look and feels have been developed by third parties, such as:

See also

References

  1. ^ "Java Tutorials: Available Look and Feels". Sun Microsystems. 2008-02-14. Archived from the original on 2010-08-22. Retrieved 2008-05-25.
  2. ^ Potts, Jasper (2007-12-07). "Nimbus Category". Archived from the original on 2008-05-17. Retrieved 2008-05-25.
  3. ^ "Nimbus". Sun Microsystems. Archived from the original on 2008-05-13. Retrieved 2008-05-25.
  4. ^ "Available Look and Feels". Sun Microsystems. Archived from the original on 2008-05-29. Retrieved 2008-05-25.
  5. ^ "GTK Native L&F Fidelity". Sun Microsystems. Archived from the original on 2008-04-29. Retrieved 2008-05-25.
  6. ^ "XP L&F does not work on Windows Vista (Longhorn) - needs to use uxtheme api". Sun Microsystems. Archived from the original on 2008-04-29. Retrieved 2008-05-25.

External links

This page was last edited on 6 April 2024, at 06:39
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.