openWhiteboard()

Opens the whiteboard. If the whiteboard is already opened, then nothing will happen.

sambaFrame.openWhiteboard();

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

Often used in conjuction with closeWhiteboard().

Last updated