Difference between revisions of "Java Applications"
From ivc wiki
Jump to navigationJump to search
Line 7: | Line 7: | ||
This is a excersise late in my programming course, it supports most of the basics feature for a drawing application. | This is a excersise late in my programming course, it supports most of the basics feature for a drawing application. | ||
* Download | * [http://beta.ivancover.com/java/painter-src-2009-04-23.zip Download source] | ||
* [http://beta.ivancover.com/java/painter-bin-2009-04-23.zip Download binary/jar] | |||
=== Room Control === | === Room Control === | ||
Line 13: | Line 14: | ||
* [[Room Control project|Project page]] | * [[Room Control project|Project page]] | ||
* Download | |||
* [http://beta.ivancover.com/java/room_control_v3-src-2009-12-11.zip Download source] | |||
* [http://beta.ivancover.com/java/room_control_v3-bin-2009-12-11.zip Download binary/jar] | |||
=== Robot Arm === | === Robot Arm === | ||
Line 19: | Line 22: | ||
* [[Robotic Arm|Project page]] | * [[Robotic Arm|Project page]] | ||
* Download | * [Download source] | ||
* [Download binary/jar] |
Revision as of 22:37, 11 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.
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.
- Project page
- [Download source]
- [Download binary/jar]