Skip to content

ucsb-cs56-projects/cs56-tutorials-image-zoom

Repository files navigation

cs56-tutorials-image-zoom

project history

 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.

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