Java: Swing: LookAndFeel: BasicTextUI subclasses
weird
Component | Basic | Metal | Motif | Windows |
|---|---|---|---|---|
TextField | background based on 1.3: recreate Views on font change ViewFactory/I18n view | nothing (used to update background based on editable) | Motif caret | WindowsFieldCaret |
FormattedField | nothing | / | / (!) | / (!) |
PasswordField | uses PasswordView 1.5: changes selectWordAction to selectLineAction (which is really work for the EditorKit) | / | Motif caret | WindowsCaret (!) |
TextArea | rebuild views on wrap change (1.4.2: and tabSize) focus traversal keys based on editable (weird) ViewFactory/I18n view | / | Motif caret | WindowsCaret |
EditorPane | ActionMap, EditorKit Actions, focusTraversalKeys 1.5: html nonsense, transfer of foreground/background into default style | / | Motif caret | WindowsCaret |
TextPane | silly transfer of component's foreground/font into the document's default style 1.5: removed/moved to EditorPane | / | Motif caret | WindowsCaret |
(C) 2001-2009 Christian Kaufhold (swing@chka.de)