Class LookAndFeel
java.lang.Object
eu.svjatoslav.sixth.e3d.gui.textEditorComponent.LookAndFeel
A look and feel of a text editor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDefault background color.Cursor background color.Cursor foreground color.Default foreground (text) color.Selection background color.Selection foreground color.Background color for tab stop positions. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
foreground
Default foreground (text) color. -
background
Default background color. -
tabStopBackground
Background color for tab stop positions. -
cursorForeground
Cursor foreground color. -
cursorBackground
Cursor background color. -
selectionForeground
Selection foreground color. -
selectionBackground
Selection background color.
-
-
Constructor Details
-
LookAndFeel
public LookAndFeel()Creates a look and feel with default colors.
-