Searched refs:sStates (Results 1 – 2 of 2) sorted by relevance
173 String sStates = new String (); in PaintAllStates() local177 sStates = sStates + ", "; in PaintAllStates()178 sStates = sStates + NameProvider.getStateName(aStates[i]); in PaintAllStates()183 g.drawString (sStates,0,0); in PaintAllStates()
255 String sStates = new String (); in Update() local260 sStates = sStates + ", "; in Update()261 sStates = sStates + NameProvider.getStateName(aStates[i]); in Update()263 maStates.setText (sStates); in Update()
Completed in 8 milliseconds