Difference between revisions of "GUI II"

From CompSciWiki
Jump to: navigation, search
 
Line 1: Line 1:
 
 
 
==GUI Part II==
 
==GUI Part II==
  
Line 13: Line 11:
 
===Example: Google Maps in Java===
 
===Example: Google Maps in Java===
  
The entire source code for the google maps app is [[gmaps_example|available]].
+
The entire source code for the google maps app is [[User:Mdomarat/Extralabs/gmaps_example|available]].

Revision as of 11:19, 26 August 2010

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.