X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fsixth%2Fe3d%2Fgui%2FtextEditorComponent%2FLookAndFeel.java;h=784cdc0104f646ee9dd8dd1259241ed05c4434b3;hb=ff13a51ec53b3d2ee1c9309152ed2b40366218b9;hp=a7bff24fdaa819257faf55ebfd03d23cdc9be02b;hpb=d571801d69962883e194a306ee2b7110d6adc270;p=sixth-3d.git diff --git a/src/main/java/eu/svjatoslav/sixth/e3d/gui/textEditorComponent/LookAndFeel.java b/src/main/java/eu/svjatoslav/sixth/e3d/gui/textEditorComponent/LookAndFeel.java index a7bff24..784cdc0 100644 --- a/src/main/java/eu/svjatoslav/sixth/e3d/gui/textEditorComponent/LookAndFeel.java +++ b/src/main/java/eu/svjatoslav/sixth/e3d/gui/textEditorComponent/LookAndFeel.java @@ -6,6 +6,9 @@ package eu.svjatoslav.sixth.e3d.gui.textEditorComponent; import eu.svjatoslav.sixth.e3d.renderer.raster.Color; +/** + * A look and feel of a text editor. + */ public class LookAndFeel { public Color foreground = new Color(255, 255, 255);