summaryrefslogtreecommitdiff
path: root/roombacomm-client/src/processing-examples/roombaview/libraries/MyGUI
diff options
context:
space:
mode:
authorIdo Hadanny <ido.hadanny@gmail.com>2011-09-22 21:30:13 +0300
committerIdo Hadanny <ido.hadanny@gmail.com>2011-09-22 21:30:13 +0300
commit53b947df484159f5934898ba6c0aa69a9c869007 (patch)
tree189d5903a67765c390de8f1e3423e6b80cde57d1 /roombacomm-client/src/processing-examples/roombaview/libraries/MyGUI
parent654ca6d59e99b5e72b05dfb917bc5888c4ba6b1b (diff)
added stuff
Diffstat (limited to 'roombacomm-client/src/processing-examples/roombaview/libraries/MyGUI')
-rwxr-xr-xroombacomm-client/src/processing-examples/roombaview/libraries/MyGUI/MyGUI_readme.txt51
-rwxr-xr-xroombacomm-client/src/processing-examples/roombaview/libraries/MyGUI/library/MyGUI.jarbin0 -> 233350 bytes
2 files changed, 51 insertions, 0 deletions
diff --git a/roombacomm-client/src/processing-examples/roombaview/libraries/MyGUI/MyGUI_readme.txt b/roombacomm-client/src/processing-examples/roombaview/libraries/MyGUI/MyGUI_readme.txt
new file mode 100755
index 0000000..2426fe2
--- /dev/null
+++ b/roombacomm-client/src/processing-examples/roombaview/libraries/MyGUI/MyGUI_readme.txt
@@ -0,0 +1,51 @@
+MyGUI Library
+=======================
+Created by John Beech
+Contact: processing@mkv25.net
+Version: 0010
+=======================
+-Quick installation notes-
+
+Extract contents of this zip file to your processing directory /libraries/
+
+This should create the sub folder called MyGUI/ with MyGUI_readme.txt inside, and a folder
+called MyGUI/library/ with the file MyGUI.jar inside.
+
+=======================
+-Useage notes-
+
+Please see the Documentation files contained within the MyGUI.jar archive.
+
+Alternatively visit http://mkv25.net/MyGUI/doc/
+
+=======================
+-Version History-
+
+ver 0010 - 2005-04-01
+-Fixed Set abstract class MyGUIObject to public (from default) so that it can be extended from within Processing
+
+Ver 0009 - 2005-12-29
+-Fixed Arial-48.vlw moved to sub-folder /data/ inside .JAR, Processing now finds file.
+-Fixed MyGUIButton does not print message "MyGUIStyle has been set!" after setting a specific style.
+
+Ver 0008
+-Bug Arial-48.vlw not found by processing, please include this in your project/sketch folder to use MyGUI library.
+
+Ver 0007
+*Note First release as a library compiled using Eclipse
++Added Basic documentation written
++Added MyGUITextInput, which allows a user to enter and edit text in a field. No copy and paste support.
++Added MyGUICheckbox, check box object.
++Added MyGUIGroup, groups of objects can be moved/rotated
+-Changed MyGUI now inherits properties/methods from MyGUIGroup (see documentation)
+
+Ver 0006 < earlier
+*Note Original classes written from within Processing IDE including MyGUIButton, MyGUIButtonDrag, MyGuiImage, MyGUILabel, MyGUIPinSlider, MyGUIStyle. MyGUIObject used as an interface for compatable objects as well as containing basic box based hit detection code.
+
+=======================
+-Latest version-
+Please check http://mkv25.net/MyGUI/
+
+=======================
+-Credits-
+Created and designed by John Beech \ No newline at end of file
diff --git a/roombacomm-client/src/processing-examples/roombaview/libraries/MyGUI/library/MyGUI.jar b/roombacomm-client/src/processing-examples/roombaview/libraries/MyGUI/library/MyGUI.jar
new file mode 100755
index 0000000..7973ffa
--- /dev/null
+++ b/roombacomm-client/src/processing-examples/roombaview/libraries/MyGUI/library/MyGUI.jar
Binary files differ