[Pixelle-commit] SF.net SVN: pixelle: [70] trunk/pixelle/src/com/mebigfatguy/pixelle/Pixelle .java
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-06-25 02:47:20
|
Revision: 70
http://pixelle.svn.sourceforge.net/pixelle/?rev=70&view=rev
Author: dbrosius
Date: 2008-06-24 19:47:29 -0700 (Tue, 24 Jun 2008)
Log Message:
-----------
javadoc
Modified Paths:
--------------
trunk/pixelle/src/com/mebigfatguy/pixelle/Pixelle.java
Modified: trunk/pixelle/src/com/mebigfatguy/pixelle/Pixelle.java
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/Pixelle.java 2008-06-25 02:46:15 UTC (rev 69)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/Pixelle.java 2008-06-25 02:47:29 UTC (rev 70)
@@ -22,8 +22,17 @@
import com.mebigfatguy.pixelle.utils.GuiUtils;
+/**
+ * the main class of the program
+
+ */
public class Pixelle {
+ /**
+ * the main method of the program
+ *
+ * @param args command line arguments
+ */
public static void main(String[] args) {
PixelleFrame pf = new PixelleFrame();
Rectangle bounds = GuiUtils.getScreenBounds();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|