edu.ohiou.cs456_badabing.sceneapi
Class HW6A

java.lang.Object
  extended by edu.ohiou.cs456_badabing.sceneapi.HW6A
All Implemented Interfaces:
java.lang.Runnable, java.util.EventListener, javax.swing.event.ChangeListener

public class HW6A
extends java.lang.Object
implements java.lang.Runnable, javax.swing.event.ChangeListener

Main class for this hw.

Description: Experimentation with JOGL

Copyright: Copyright (c) 2008, Lev A Neiman

Company: Ohio University EECS


Field Summary
(package private) static boolean bQuit
           
(package private) static java.lang.Thread displayT
           
static javax.swing.JLabel numba
           
static HW6ARenderer rendera
           
static javax.swing.JSlider slida
           
 
Constructor Summary
HW6A()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 void stateChanged(javax.swing.event.ChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayT

static java.lang.Thread displayT

bQuit

static boolean bQuit

slida

public static javax.swing.JSlider slida

rendera

public static HW6ARenderer rendera

numba

public static javax.swing.JLabel numba
Constructor Detail

HW6A

public HW6A()
Method Detail

main

public static void main(java.lang.String[] args)

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
Specified by:
stateChanged in interface javax.swing.event.ChangeListener

run

public void run()
Specified by:
run in interface java.lang.Runnable