Difference between revisions of "Java Applications"

From ivc wiki
Jump to navigationJump to search
(New page: Programming in Java is quite cool and the transition to C should be easy. == Java Applications == Here are a few Java applications I've coded. === Painter === This is a excersise late in...)
 
Line 18: Line 18:
During the summer a friend of mine and I built a water cannon robot. It consists of a a water-pump, robot-arm, solenoid-valve, and wireless router.
During the summer a friend of mine and I built a water cannon robot. It consists of a a water-pump, robot-arm, solenoid-valve, and wireless router.


* [[Robot Arm|Project page]]
* [[Robotic Arm|Project page]]
* Download (binary and source)
* Download (binary and source)

Revision as of 13:16, 26 October 2009

Programming in Java is quite cool and the transition to C should be easy.

Java Applications

Here are a few Java applications I've coded.

Painter

This is a excersise late in my programming course, it supports most of the basics feature for a drawing application.

  • Download (binary and source)

Room Control

As an end-project I made a application for controlling the light and heating for my room. It's built on the Phidgets devices and API.

Robot Arm

During the summer a friend of mine and I built a water cannon robot. It consists of a a water-pump, robot-arm, solenoid-valve, and wireless router.