Improvements to PSwing
My team and I have implemented and tested improvements for PSwing; the changes include 1. API improvement (so that PSwing can be constructed without the destination PSwingCanvas as constructor arg). Old constructor is deprecated for compatibility with existing code. 2. Bugfixes in rendering The attached zip file contains 4 changed files: PSwing.java: contains the bulk of changes to api & implementation PSwingCanvas.java: minor change to facilitate adding/removal of pswing from canvas. tests/TestPSwing: rewritten to use new PSwing constructor tests/TestPSwingFull: rewritten to use new PSwing constructor Sam Reid - reids@colorado.edu |
---|
|
examples/edu/umd/cs/piccolo/examples/PSwingExample.java |
---|
examples/edu/umd/cs/piccolo/examples/SliderExample.java |
---|
extras/edu/umd/cs/piccolox/pswing/PSwing.java |
---|
extras/edu/umd/cs/piccolox/pswing/PSwingCanvas.java |
---|
extras/edu/umd/cs/piccolox/pswing/tests/TestPSwing.java |
---|
extras/edu/umd/cs/piccolox/pswing/tests/TestPSwingFull.java |
---|