org.pbjar.jxlayer.demo
Interface TestGUI

All Known Implementing Classes:
TestSwingX, TestTransform

public interface TestGUI

Describes a Test application.

Author:
Piet Blok

Method Summary
 void repaintGUI(boolean pack)
          Revalidate, repaint and optionally pack the application.
 void setScroller(boolean scroll)
          Put a JXLayer inside a JScrollPane, or remove it from the JScrollPane.
 

Method Detail

repaintGUI

void repaintGUI(boolean pack)
Revalidate, repaint and optionally pack the application.

Parameters:
pack - if true the application must be packed and centered on the screen

setScroller

void setScroller(boolean scroll)
Put a JXLayer inside a JScrollPane, or remove it from the JScrollPane.

Parameters:
scroll -