closeWhiteboard()

Closes the whiteboard. If the whiteboard is already closed, then nothing will happen.

sambaFrame.closeWhiteboard();

Sample use case: You may have a button in your application to control the whiteboard visibility.

Used in conjuction with openWhiteboard().

Last updated