Christian Heimke commited on 2011-07-15 09:16:10
Showing 34 changed files, with 14 additions and 17 deletions.
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
/* BlinkenLightsInteractiveMovieProgram |
| 2 |
- * version 0.3 date 2004-11-12 |
|
| 2 |
+ * version 0.4 date 2004-11-15 |
|
| 3 | 3 |
* Copyright (C) 2004: Stefan Schuermans <1stein@schuermans.info> |
| 4 | 4 |
* Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 5 | 5 |
* a blinkenarea.org project |
| ... | ... |
@@ -142,7 +142,7 @@ public class Blimp extends JApplet |
| 142 | 142 |
labelStatus.setText( "new movie..." ); |
| 143 | 143 |
curFile = null; |
| 144 | 144 |
curMovie = new BlinkenMovie( 0, 0, 0, 0 ); |
| 145 |
- curMovie.insertInfo( 0, "creator", "Blimp (version 0.3 date 2004-11-12)" ); |
|
| 145 |
+ curMovie.insertInfo( 0, "creator", "Blimp (version 0.4 date 2004-11-15)" ); |
|
| 146 | 146 |
curMovieChanged = false; |
| 147 | 147 |
|
| 148 | 148 |
//update controls |
| ... | ... |
@@ -611,7 +611,7 @@ public class Blimp extends JApplet |
| 611 | 611 |
{
|
| 612 | 612 |
JOptionPane.showMessageDialog( dialogParent, |
| 613 | 613 |
"BlinkenLightsInteractiveMovieProgram\n" + |
| 614 |
- "version 0.3 date 2004-11-12\n" + |
|
| 614 |
+ "version 0.4 date 2004-11-15\n" + |
|
| 615 | 615 |
"Copyright (C) 2004: Stefan Schuermans <1stein@schuermans.info>\n" + |
| 616 | 616 |
"Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html\n" + |
| 617 | 617 |
"a blinkenarea.org project\n" + |
| ... | ... |
@@ -1245,7 +1245,7 @@ public class Blimp extends JApplet |
| 1245 | 1245 |
//initialize current movie, frame |
| 1246 | 1246 |
curDir = new File( "." ); |
| 1247 | 1247 |
curMovie = new BlinkenMovie( 0, 0, 0, 0 ); |
| 1248 |
- curMovie.insertInfo( 0, "creator", "Blimp (version 0.3 date 2004-11-12)" ); |
|
| 1248 |
+ curMovie.insertInfo( 0, "creator", "Blimp (version 0.4 date 2004-11-15)" ); |
|
| 1249 | 1249 |
curFrame = null; |
| 1250 | 1250 |
|
| 1251 | 1251 |
//runnning as full application |
| ... | ... |
@@ -1706,7 +1706,7 @@ public class Blimp extends JApplet |
| 1706 | 1706 |
|
| 1707 | 1707 |
//running as command line tool |
| 1708 | 1708 |
System.out.println( "BlinkenLightsInteractiveMovieProgram\n" + |
| 1709 |
- "version 0.3 date 2004-11-12\n" + |
|
| 1709 |
+ "version 0.4 date 2004-11-15\n" + |
|
| 1710 | 1710 |
"Copyright (C) 2004: Stefan Schuermans <1stein@schuermans.info>\n" + |
| 1711 | 1711 |
"Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html\n" + |
| 1712 | 1712 |
"a blinkenarea.org project\n" + |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
/* BlinkenLightsInteractiveMovieProgram |
| 2 |
- * version 0.3 date 2004-11-12 |
|
| 2 |
+ * version 0.4 date 2004-11-15 |
|
| 3 | 3 |
* Copyright (C) 2004: Stefan Schuermans <1stein@schuermans.info> |
| 4 | 4 |
* Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 5 | 5 |
* a blinkenarea.org project |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
/* BlinkenLightsInteractiveMovieProgram |
| 2 |
- * version 0.3 date 2004-11-12 |
|
| 2 |
+ * version 0.4 date 2004-11-15 |
|
| 3 | 3 |
* Copyright (C) 2004: Stefan Schuermans <1stein@schuermans.info> |
| 4 | 4 |
* Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 5 | 5 |
* a blinkenarea.org project |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
/* BlinkenLightsInteractiveMovieProgram |
| 2 |
- * version 0.3 date 2004-11-12 |
|
| 2 |
+ * version 0.4 date 2004-11-15 |
|
| 3 | 3 |
* Copyright (C) 2004: Stefan Schuermans <1stein@schuermans.info> |
| 4 | 4 |
* Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 5 | 5 |
* a blinkenarea.org project |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
/* BlinkenLightsInteractiveMovieProgram |
| 2 |
- * version 0.3 date 2004-11-12 |
|
| 2 |
+ * version 0.4 date 2004-11-15 |
|
| 3 | 3 |
* Copyright (C) 2004: Stefan Schuermans <1stein@schuermans.info> |
| 4 | 4 |
* Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 5 | 5 |
* a blinkenarea.org project |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
/* BlinkenLightsInteractiveMovieProgram |
| 2 |
- * version 0.3 date 2004-11-12 |
|
| 2 |
+ * version 0.4 date 2004-11-15 |
|
| 3 | 3 |
* Copyright (C) 2004: Stefan Schuermans <1stein@schuermans.info> |
| 4 | 4 |
* Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 5 | 5 |
* a blinkenarea.org project |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
/* BlinkenLightsInteractiveMovieProgram |
| 2 |
- * version 0.3 date 2004-11-12 |
|
| 2 |
+ * version 0.4 date 2004-11-15 |
|
| 3 | 3 |
* Copyright (C) 2004: Stefan Schuermans <1stein@schuermans.info> |
| 4 | 4 |
* Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 5 | 5 |
* a blinkenarea.org project |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
/* BlinkenLightsInteractiveMovieProgram |
| 2 |
- * version 0.3 date 2004-11-12 |
|
| 2 |
+ * version 0.4 date 2004-11-15 |
|
| 3 | 3 |
* Copyright (C) 2004: Stefan Schuermans <1stein@schuermans.info> |
| 4 | 4 |
* Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 5 | 5 |
* a blinkenarea.org project |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
/* BlinkenLightsInteractiveMovieProgram |
| 2 |
- * version 0.3 date 2004-11-12 |
|
| 2 |
+ * version 0.4 date 2004-11-15 |
|
| 3 | 3 |
* Copyright (C) 2004: Stefan Schuermans <1stein@schuermans.info> |
| 4 | 4 |
* Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 5 | 5 |
* a blinkenarea.org project |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
# BlinkenLightsInteractiveMovieProgram |
| 2 |
-# version 0.3 date 2004-11-12 |
|
| 2 |
+# version 0.4 date 2004-11-15 |
|
| 3 | 3 |
# Copyright (C) 2004: Stefan Schuermans <1stein@schuermans.info> |
| 4 | 4 |
# Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
| 5 | 5 |
# a blinkenarea.org project |