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=8aa50f568d2edcfe974ceed4192158951e7f3215;hp=a7bff24fdaa819257faf55ebfd03d23cdc9be02b;hpb=9d03f0af97129ee791c0b1a33703fe1e34e9c050;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);