You should install Eclipse on your own computer, borrow a
friend's machine, or use a public machine on which Eclipse is
installed (Public
Computing Labs).
Decomposition & Style:
breaking down your program into sensible functions is a
very
good thing. This article tells you how to do it. It's
targetted for C and C++, but it's applicable to Java.