org.pbjar.jxlayer.demo
Class TestTransform

java.lang.Object
  extended by org.pbjar.jxlayer.demo.TestTransform
All Implemented Interfaces:
TestGUI

public class TestTransform
extends Object
implements TestGUI

Test the TransformUI.

Run a web start demo: Web Start Transformations


Method Summary
static void main(String[] args)
          Run the program.
 void repaintGUI(boolean force)
          Revalidate, repaint and optionally pack the application.
 void setScroller(boolean value)
          Put a JXLayer inside a JScrollPane, or remove it from the JScrollPane.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
Run the program.

Parameters:
args - not used

repaintGUI

public void repaintGUI(boolean force)
Description copied from interface: TestGUI
Revalidate, repaint and optionally pack the application.

Specified by:
repaintGUI in interface TestGUI
Parameters:
force - if true the application must be packed and centered on the screen

setScroller

public void setScroller(boolean value)
Description copied from interface: TestGUI
Put a JXLayer inside a JScrollPane, or remove it from the JScrollPane.

Specified by:
setScroller in interface TestGUI