gumbo.graphic.probe
Class TestPickApp

java.lang.Object
  |
  +--gumbo.graphic.probe.TestPickApp

public class TestPickApp
extends java.lang.Object

Tests basic picking with multiple sensors and nested targets. Enable test monitors to see the effect of mouse and keyboard inputs. Template for creating picking chain with feedback (see also InputFacade).

Version:
$Revision: 1.1 $
Author:
Jon Barrilleaux (jonb@jmbaai.com) of JMB and Associates Inc.

Nested Class Summary
static class TestPickApp.EnableAction
           
static class TestPickApp.TestScrollPane
           
 
Field Summary
static java.lang.String APP_NAME
           
 
Constructor Summary
TestPickApp()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APP_NAME

public static final java.lang.String APP_NAME
See Also:
Constant Field Values
Constructor Detail

TestPickApp

public TestPickApp()
Method Detail

main

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