http://www.jpicedt.org

jpicedt.test
Class TestCanvas

java.lang.Object
  extended by jpicedt.test.TestCanvas
All Implemented Interfaces:
Runnable

public class TestCanvas
extends Object
implements Runnable

Test class incorporating a BSH interpreter facility for efficient debugging.

Since:
jpicedt 1.3.2
Version:
$Id: TestCanvas.java,v 1.44 2013/03/27 06:52:56 vincentb1 Exp $
Author:
Sylvain Reynal

Field Summary
 PECanvas canvas
           
 PicNodeConnection con
           
 Interpreter interpreter
           
 PicText text
           
 PicText text2
           
 
Constructor Summary
TestCanvas()
           
 
Method Summary
 JPanel createTestCanvas()
           
static void main(String[] arg)
          test
 void run()
          Run the BSH interpreter in interactive mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

canvas

public PECanvas canvas

interpreter

public Interpreter interpreter

text

public PicText text

text2

public PicText text2

con

public PicNodeConnection con
Constructor Detail

TestCanvas

public TestCanvas()
Method Detail

main

public static void main(String[] arg)
test


run

public void run()
Run the BSH interpreter in interactive mode.

Specified by:
run in interface Runnable

createTestCanvas

public JPanel createTestCanvas()

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org