Project

General

Profile

« Previous | Next » 

Revision 2f9752c5

Added by Leszek Koltunski over 7 years ago

Tidy up 'FOV'

View differences:

src/main/java/org/distorted/examples/fov/FOVActivity.java
33 33

  
34 34
public class FOVActivity extends Activity implements OnSeekBarChangeListener
35 35
{
36
    private SeekBar barFOV;
37 36
    private TextView textFOV;
38 37
    
39 38
///////////////////////////////////////////////////////////////////////////////////////////////////
......
44 43
      super.onCreate(icicle);
45 44
      setContentView(R.layout.fovlayout);
46 45
       
47
      barFOV = (SeekBar)findViewById(R.id.seekFOV);
46
      SeekBar barFOV = (SeekBar)findViewById(R.id.seekFOV);
48 47
      barFOV.setOnSeekBarChangeListener(this); 
49 48
        
50 49
      textFOV = (TextView)findViewById(R.id.textFOV);

Also available in: Unified diff