Download multitouchj Free Java Code

Description

Multitouch and UI framework in Java.

Icons

multitouchj

Source Files

The download file multitouchj-master.zip has the following entries.


.gitignore/* w ww  .j a  va 2s. c om*/
Documentation/ThirdParty/CommonsLogging/LICENSE.txt
Documentation/ThirdParty/JOrbis/COPYING.LIB
Documentation/ThirdParty/JUnit/cpl-v10.html
Documentation/ThirdParty/log4j/LICENSE
LICENSE
README
Resources/log4j.xml
Run.sh
RunChopsticks.sh
RunPhoto.sh
RunTest.sh
RunTouchPong.bat
RunTouchPong.sh
RunWhiteboard.bat
RunWhiteboard.sh
Source/edu/csun/ecs/cs/multitouchj/application/chopsticks/Chopsticks.java
Source/edu/csun/ecs/cs/multitouchj/application/chopsticks/gesture/GestureHandlerGrab.java
Source/edu/csun/ecs/cs/multitouchj/application/chopsticks/resource/Grabbed-Bottom.png
Source/edu/csun/ecs/cs/multitouchj/application/chopsticks/resource/Grabbed-LeftBottom.png
Source/edu/csun/ecs/cs/multitouchj/application/chopsticks/resource/Grabbed-LeftRight.png
Source/edu/csun/ecs/cs/multitouchj/application/chopsticks/resource/Grabbed-RightBottom.png
Source/edu/csun/ecs/cs/multitouchj/application/chopsticks/ui/GrabbableControl.java
Source/edu/csun/ecs/cs/multitouchj/application/touchpong/TouchPong.java
Source/edu/csun/ecs/cs/multitouchj/application/touchpong/resource/Lost.png
Source/edu/csun/ecs/cs/multitouchj/application/touchpong/resource/MiddleDot.png
Source/edu/csun/ecs/cs/multitouchj/application/touchpong/resource/WhiteRectangle.png
Source/edu/csun/ecs/cs/multitouchj/application/touchpong/resource/Won.png
Source/edu/csun/ecs/cs/multitouchj/application/touchpong/ui/BounceableControl.java
Source/edu/csun/ecs/cs/multitouchj/application/whiteboard/Whiteboard.java
Source/edu/csun/ecs/cs/multitouchj/application/whiteboard/resource/Button-Off-Blue.png
Source/edu/csun/ecs/cs/multitouchj/application/whiteboard/resource/Button-Off-Clear.png
Source/edu/csun/ecs/cs/multitouchj/application/whiteboard/resource/Button-Off-Green.png
Source/edu/csun/ecs/cs/multitouchj/application/whiteboard/resource/Button-Off-Indigo.png
Source/edu/csun/ecs/cs/multitouchj/application/whiteboard/resource/Button-Off-Orange.png
Source/edu/csun/ecs/cs/multitouchj/application/whiteboard/resource/Button-Off-Red.png
Source/edu/csun/ecs/cs/multitouchj/application/whiteboard/resource/Button-Off-Violet.png
Source/edu/csun/ecs/cs/multitouchj/application/whiteboard/resource/Button-Off-Yellow.png
Source/edu/csun/ecs/cs/multitouchj/application/whiteboard/resource/Button-Off.png
Source/edu/csun/ecs/cs/multitouchj/application/whiteboard/resource/Button-On-Blue.png
Source/edu/csun/ecs/cs/multitouchj/application/whiteboard/resource/Button-On-Green.png
Source/edu/csun/ecs/cs/multitouchj/application/whiteboard/resource/Button-On-Indigo.png
Source/edu/csun/ecs/cs/multitouchj/application/whiteboard/resource/Button-On-Orange.png
Source/edu/csun/ecs/cs/multitouchj/application/whiteboard/resource/Button-On-Red.png
Source/edu/csun/ecs/cs/multitouchj/application/whiteboard/resource/Button-On-Violet.png
Source/edu/csun/ecs/cs/multitouchj/application/whiteboard/resource/Button-On-Yellow.png
Source/edu/csun/ecs/cs/multitouchj/application/whiteboard/resource/Button-On.png
Source/edu/csun/ecs/cs/multitouchj/application/whiteboard/ui/InteractiveCanvas.java
Source/edu/csun/ecs/cs/multitouchj/application/whiteboard/ui/Pen.java
Source/edu/csun/ecs/cs/multitouchj/audio/AudioPlayer.java
Source/edu/csun/ecs/cs/multitouchj/audio/event/AudioPlayerEvent.java
Source/edu/csun/ecs/cs/multitouchj/audio/event/AudioPlayerListener.java
Source/edu/csun/ecs/cs/multitouchj/audio/openal/OpenAlAudioPlayer.java
Source/edu/csun/ecs/cs/multitouchj/audio/test/AudioPlayerTest.java
Source/edu/csun/ecs/cs/multitouchj/audio/test/OggTest.java
Source/edu/csun/ecs/cs/multitouchj/objectobserver/ObjectObserver.java
Source/edu/csun/ecs/cs/multitouchj/objectobserver/event/Event.java
Source/edu/csun/ecs/cs/multitouchj/objectobserver/event/EventListener.java
Source/edu/csun/ecs/cs/multitouchj/objectobserver/event/EventListenerManager.java
Source/edu/csun/ecs/cs/multitouchj/objectobserver/event/ObjectObserverEvent.java
Source/edu/csun/ecs/cs/multitouchj/objectobserver/event/ObjectObserverListener.java
Source/edu/csun/ecs/cs/multitouchj/objectobserver/mouse/ObjectObserverMouse.java
Source/edu/csun/ecs/cs/multitouchj/ui/control/Canvas.java
Source/edu/csun/ecs/cs/multitouchj/ui/control/Control.java
Source/edu/csun/ecs/cs/multitouchj/ui/control/Cursor.java
Source/edu/csun/ecs/cs/multitouchj/ui/control/FramedControl.java
Source/edu/csun/ecs/cs/multitouchj/ui/control/TexturedControl.java
Source/edu/csun/ecs/cs/multitouchj/ui/control/TouchableControl.java
Source/edu/csun/ecs/cs/multitouchj/ui/control/VisualControl.java
Source/edu/csun/ecs/cs/multitouchj/ui/event/ControlEvent.java
Source/edu/csun/ecs/cs/multitouchj/ui/event/ControlListener.java
Source/edu/csun/ecs/cs/multitouchj/ui/event/FloatEvent.java
Source/edu/csun/ecs/cs/multitouchj/ui/event/FloatListener.java
Source/edu/csun/ecs/cs/multitouchj/ui/event/ObjectEvent.java
Source/edu/csun/ecs/cs/multitouchj/ui/event/ObjectEventManager.java
Source/edu/csun/ecs/cs/multitouchj/ui/event/ObjectEventManagerListener.java
Source/edu/csun/ecs/cs/multitouchj/ui/event/PositionEvent.java
Source/edu/csun/ecs/cs/multitouchj/ui/event/TouchEvent.java
Source/edu/csun/ecs/cs/multitouchj/ui/event/TouchListener.java
Source/edu/csun/ecs/cs/multitouchj/ui/event/WindowManagerCalibratorEvent.java
Source/edu/csun/ecs/cs/multitouchj/ui/event/WindowManagerCalibratorListener.java
Source/edu/csun/ecs/cs/multitouchj/ui/geometry/Point.java
Source/edu/csun/ecs/cs/multitouchj/ui/geometry/Size.java
Source/edu/csun/ecs/cs/multitouchj/ui/gesture/GestureHandler.java
Source/edu/csun/ecs/cs/multitouchj/ui/gesture/GestureHandlerMove.java
Source/edu/csun/ecs/cs/multitouchj/ui/gesture/GestureHandlerRotate.java
Source/edu/csun/ecs/cs/multitouchj/ui/gesture/GestureHandlerScale.java
Source/edu/csun/ecs/cs/multitouchj/ui/gesture/GestureManager.java
Source/edu/csun/ecs/cs/multitouchj/ui/graphic/CalibrationHandler.java
Source/edu/csun/ecs/cs/multitouchj/ui/graphic/CalibrationHandlerPlanarHomography.java
Source/edu/csun/ecs/cs/multitouchj/ui/graphic/CursorCollection.java
Source/edu/csun/ecs/cs/multitouchj/ui/graphic/CursorCollectionDefault.java
Source/edu/csun/ecs/cs/multitouchj/ui/graphic/CursorHandler.java
Source/edu/csun/ecs/cs/multitouchj/ui/graphic/DisplayManager.java
Source/edu/csun/ecs/cs/multitouchj/ui/graphic/Renderable.java
Source/edu/csun/ecs/cs/multitouchj/ui/graphic/WindowManager.java
Source/edu/csun/ecs/cs/multitouchj/ui/graphic/WindowManagerCalibrator.java
Source/edu/csun/ecs/cs/multitouchj/ui/graphic/WindowManagerCalibratorDefault.java
Source/edu/csun/ecs/cs/multitouchj/ui/graphic/image/Image.java
Source/edu/csun/ecs/cs/multitouchj/ui/graphic/image/ImageHandler.java
Source/edu/csun/ecs/cs/multitouchj/ui/graphic/image/ImageHandlerImageIo.java
Source/edu/csun/ecs/cs/multitouchj/ui/graphic/image/ResizableBufferedImage.java
Source/edu/csun/ecs/cs/multitouchj/ui/graphic/image/Texture.java
Source/edu/csun/ecs/cs/multitouchj/ui/graphic/image/TextureHandler.java
Source/edu/csun/ecs/cs/multitouchj/ui/graphic/image/TextureManager.java
Source/edu/csun/ecs/cs/multitouchj/ui/resource/CalibrationTarget-Ok.png
Source/edu/csun/ecs/cs/multitouchj/ui/resource/CalibrationTarget-Waiting.png
Source/edu/csun/ecs/cs/multitouchj/ui/resource/Cursor-TopLeft.png
Source/edu/csun/ecs/cs/multitouchj/ui/test/BasicTest.java
Source/edu/csun/ecs/cs/multitouchj/ui/test/PhotoTest.java
Source/edu/csun/ecs/cs/multitouchj/ui/test/PointUtilityTest.java
Source/edu/csun/ecs/cs/multitouchj/ui/utility/ImageUtility.java
Source/edu/csun/ecs/cs/multitouchj/ui/utility/OpenGlUtility.java
Source/edu/csun/ecs/cs/multitouchj/ui/utility/PointUtility.java
Source/edu/csun/ecs/cs/multitouchj/utility/FileUtility.java
Source/edu/csun/ecs/cs/multitouchj/utility/FrameMeter.java
TODO
build.xml

Download

Click the following link to download multitouchj-master.zip.

multitouchj-master.zip




















Home »
  Java Free Code »
    Framework »




Framework
Framework Algorithm
Framework BlackBerry
Framework Collection
Framework Commandline
Framework Concurrency
Framework IRC
Framework LightWeight
Framework Log
Framework MediaPlayer
Framework MVC
Framework Network
Framework RPC
Framework Server
Framework UI