edu.ohiou.cs456_badabing.sceneapi
Class HW6A
java.lang.Object
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
|
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 |
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
HW6A
public HW6A()
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