W14 | jstaahl 5pm | derek-x-wang,RexLang | (kjorg50) A tutorial illustrating how to do simple zoom in and zoom out controls on, for example, a map image.
- Navigation:
##Introduction
This tutorial illustrating how to do simple zoom in and zoom out controls on, for example, a map image. Useful for cs56-misc-map-gui. Here is a screenshot of the basic interface.
##Interface
- Previous version
-
RobotTest
class setup a RobotTest to test the buttons and arrow keys. -
Run.java
class run the project, there is also so if/else statement for command line arguments, but those are not completed yet. -
TheGUI.java
class constructs the main frame and all panels for this project.
To start the program, use ant run
.