Difference between revisions of "Java Applications"
From ivc wiki
Jump to navigationJump to search
Line 18: | Line 18: | ||
* [http://beta.ivancover.com/java/room_control_v3-bin-2009-12-11.zip Download binary/jar] | * [http://beta.ivancover.com/java/room_control_v3-bin-2009-12-11.zip Download binary/jar] | ||
=== Robot | === Water Cannon Robot === | ||
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. | ||
Revision as of 09:46, 12 December 2009
Programming in Java is quite cool and the transition to C should be easy. I learned Java on UiA rudimentary course.
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.
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.
Water Cannon Robot
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.
- Project page
- [Download source]
- [Download binary/jar]