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
Languages
Recent
Show all languages
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

Lightweight User Interface Toolkit

From Wikipedia, the free encyclopedia

Lightweight User Interface Toolkit (LWUIT)
Developer(s)Sun Microsystems
Stable release
1.5 / August 11, 2011 (2011-08-11)
Operating systemCross-platform
Available inJava
TypeWidget Toolkit
LicenseGPL linking exception
Websitehttp://lwuit.java.net/

Lightweight User Interface Toolkit (LWUIT) is a Widget toolkit developed by Sun Microsystems to enable easier Java ME user interface development for existing devices, including not only traditional Java ME environments like mobile phones, but also TVs and set top boxes.[1] LWUIT is inspired by Swing and supports many of its features including pluggable look and feel, layout managers, etc.

YouTube Encyclopedic

  • 1/1
    Views:
    151 864
  • how to create dynamically changing JPanels in JFrame?

Transcription

History

LWUIT was created by Chen Fishbein of Sun Microsystems Israel development center (SIDC) who started developing LWUIT for an internal project. The project grew at which point Shai Almog joined the project which was announced at JavaOne 2008, following the announcement the project was made open source by Sun under the GPL with ClassPath Exception license and gained wide acceptance within the community. LWUIT is known as the Lightweight UI Toolkit, where the word lightweight is used as it is used in Swing to indicate a component model that performs all of its own rendering/event handling. [2]

It has also been used a part of the Brazilian digital TV interactivity middleware, [Ginga] specifically in the Ginga-J technology.[3]

Architecture

.[4] LWUIT is very different from Swing and has taken on features unavailable in Swing such as theming, painters, animations, etc. However features such as MVC, layout managers, renders and the EDT are directly related to Swing. [5] LWUIT is based on a Component/Container hierarchy composite architecture. Containers are Components and can be nested to create elaborate layouts. Components can be styled both via external styles/themes and programmatically by developers.

Community

LWUIT is constantly ranked as one of the most active java.net projects and its forums are some of the most active forums in the community.[6]

See also

References

  1. ^ LWUIT on TVs Archived 2012-03-21 at the Wayback Machine
  2. ^ "The LWUIT Blog".
  3. ^ "Ginga-J diagram including LWUIT". Archived from the original on July 9, 2012.
  4. ^ "LWUIT is inspired heavily by Swing in its architecture although it is much smaller and arguably simpler". Archived from the original on 2012-03-11. Retrieved 2010-09-07.
  5. ^ "LWUIT home page at java.net". Archived from the original on 2013-06-20. Retrieved 2013-04-11.
  6. ^ "LWUIT forums".

External links

Related projects

This page was last edited on 15 April 2024, at 05:12
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.