GUI II

From CompSciWiki
Revision as of 11:19, 26 August 2010 by Mdomarat (Talk | contribs)

Jump to: navigation, search

GUI Part II

In this continuation of the previous lab on GUIs in Java, will look at more complicated issues of layout, controlling buttons and showing images, as well as look at a final example using google maps.

Step 1: Controlling layouts

Step 2: Multiple buttons

Step 3: Images

Example: Google Maps in Java

The entire source code for the google maps app is available.