Revision: 5828
          http://jnode.svn.sourceforge.net/jnode/?rev=5828&view=rev
Author:   lsantha
Date:     2011-06-30 20:17:44 +0000 (Thu, 30 Jun 2011)

Log Message:
-----------
Fixed typo.

Modified Paths:
--------------
    trunk/distr/src/apps/org/jnode/games/boxworld/BoxWorld.java

Modified: trunk/distr/src/apps/org/jnode/games/boxworld/BoxWorld.java
===================================================================
--- trunk/distr/src/apps/org/jnode/games/boxworld/BoxWorld.java 2011-06-25 
21:09:06 UTC (rev 5827)
+++ trunk/distr/src/apps/org/jnode/games/boxworld/BoxWorld.java 2011-06-30 
20:17:44 UTC (rev 5828)
@@ -1329,7 +1329,7 @@
     public static void main(String[] argv) {
         BoxWorld bw = new BoxWorld();
         bw.init();
-        Frame frame = new JFrame("Boxworld");
+        Frame frame = new JFrame("BoxWorld");
         frame.setResizable(false);
         frame.add(bw);
         frame.addWindowListener(bw);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Jnode-svn-commits mailing list
Jnode-svn-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits

Reply via email to