edu.ohiou.cs456_badabing.sceneapi
Class HW6B
java.lang.Object
edu.ohiou.cs456_badabing.sceneapi.HW6B
- All Implemented Interfaces:
- java.lang.Runnable, java.util.EventListener, javax.swing.event.ChangeListener
public class HW6B
- 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 |
HW6B()
|
|
Method Summary |
private void |
jbInit()
|
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 HW6BRenderer rendera
numba
public static javax.swing.JLabel numba
HW6B
public HW6B()
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
jbInit
private void jbInit()
throws java.lang.Exception
- Throws:
java.lang.Exception