Changes
Page history
Update athen introduction to the texteditor
authored
May 15, 2017
by
Markus Krug
Hide whitespace changes
Inline
Side-by-side
athen---introduction-to-the-texteditor.md
View page @
46baee06
...
@@ -228,8 +228,9 @@ For a java developer it seems that we always reuse our color variable, however *
...
@@ -228,8 +228,9 @@ For a java developer it seems that we always reuse our color variable, however *
while
(
i
>
0
)
{
while
(
i
>
0
)
{
if
(
colorWhite
!=
null
)
{
if
(
colorWhite
!=
null
)
{
colorWhite
.
dispose
();
colorWhite
.
dispose
();
}
colorWhite
=
new
Color
(
Display
.
getCurrent
(),
new
RGBA
(
255
,
255
,
255
,
0
));
colorWhite
=
new
Color
(
Display
.
getCurrent
(),
new
RGBA
(
255
,
255
,
255
,
0
));
}
i
--;
i
--;
}
}
...
...
...
...