> Hi I am currently creating a program using JCSP,
>
[quoted text clipped - 3 lines]
> border of the frame (as if to resize it). I have tried resizing the
> frame but this doesnt make any difference.
Do you do all the appropriate stuff, like packing the frame, setting
preferred sizes instead of absolute sizes, using layout managers where
appropriate, etc?
If you want more specific advice, you'll probably have to include an
SSCCE. To shorten the code, perhaps you can eliminate the JCSP stuff and
just have your "simulation" alternate between drawing a red and blue
rectangle.
- Oliver