GoogleCodeArchive / piccolo2d

Automatically exported from code.google.com/p/piccolo2d
0 stars 0 forks source link

[web][typo] http://www.piccolo2d.org/learn/interface.html #204

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[Java version]

bounds and brush are set -> bounds and paint are set

descendent -> descendant 

and size of a node, by changing -> and size of a node: by changing

Notice that the set accessor for fIsPressed... -> [no accessor methods in the 
java version; also I propose renaming to isPressed]

I attach a patch for piccolo/tutorial/InterfaceFrame.java

Original issue reported on code.google.com by carlo.sa...@gmail.com on 24 Dec 2010 at 7:07

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 2 Mar 2011 at 3:35

GoogleCodeExporter commented 9 years ago
~/working/piccolo2d-site
$ svn commit -m "minor doc changes.  Update Issue 204." .
Sending        learn/interface.html
Committed revision 1108.

~/working/piccolo2d.java-release-1.3-branch
$ svn commit -m "applying doc & style patch from Issue 204" .
Sending        
examples/src/main/java/edu/umd/cs/piccolo/tutorial/InterfaceFrame.java
Committed revision 1109.

~/working/piccolo2d.java-trunk
$ svn commit -m "applying doc & style patch from Issue 204" .
Sending        examples/src/main/java/org/piccolo2d/tutorial/InterfaceFrame.java
Committed revision 1110.

Original comment by heue...@gmail.com on 2 Mar 2011 at 4:08

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 2 Mar 2011 at 4:08

GoogleCodeExporter commented 9 years ago
Verified.

Original comment by atdi...@gmail.com on 19 Mar 2011 at 11:11