Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.19 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.19 KB

cs56-tutorials-image-zoom

##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

  • New version

Documentation

  • 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.

How to run

To start the program, use ant run.