![]() |
#4
|
|||
|
|||
I don't exactly understand your problem (as you sample code is not complete). However, you can get rid of the border of a window using:
Code:
viz.window.setBorder(viz.BORDER_NONE) |
|
|