Browse Source

Curtis Cook's Java String Cheese Lab update

Curtis Cook 6 years ago
parent
commit
1266b3286c
3 changed files with 6 additions and 6 deletions
  1. 1
    1
      StringParser.ctxt
  2. 1
    1
      StringParser.java
  3. 4
    4
      package.bluej

+ 1
- 1
StringParser.ctxt View File

@@ -1,6 +1,6 @@
1 1
 #BlueJ class context
2 2
 comment0.target=StringParser
3
-comment0.text=\n\ An\ introduction\ to\ Strings\ and\ String\ methods.\n\n\ @author\ Wilhem\ Alcivar\n
3
+comment0.text=\n\ An\ introduction\ to\ Strings\ and\ String\ methods.\n\n\ @author\ Curtis\ Cook\n
4 4
 comment1.params=s
5 5
 comment1.target=java.lang.String\ upperCaseString(java.lang.String)
6 6
 comment1.text=\n\ Takes\ a\ String\ and\ returns\ that\ String\ with\ all\ characters\ uppercased.\n\ E.G.\ cat\ would\ become\ CAT.\ dOnUt\ would\ become\ DONUT.\n\n\ @param\ s\n\ @return\ String\n

+ 1
- 1
StringParser.java View File

@@ -2,7 +2,7 @@
2 2
 /**
3 3
  * An introduction to Strings and String methods.
4 4
  *
5
- * @author Wilhem Alcivar
5
+ * @author Curtis Cook
6 6
  */
7 7
 public class StringParser
8 8
 {

+ 4
- 4
package.bluej View File

@@ -2,10 +2,10 @@
2 2
 dependency1.from=StringParserTest
3 3
 dependency1.to=StringParser
4 4
 dependency1.type=UsesDependency
5
-editor.fx.0.height=0
6
-editor.fx.0.width=0
7
-editor.fx.0.x=0
8
-editor.fx.0.y=0
5
+editor.fx.0.height=722
6
+editor.fx.0.width=800
7
+editor.fx.0.x=320
8
+editor.fx.0.y=75
9 9
 objectbench.height=164
10 10
 objectbench.width=776
11 11
 package.divider.horizontal=0.6