ScribblePane Add-on
A simple Vaadin Add-On for sketching on a HTML5 canvas and saving the result server-side. Uses GWT.
ScribblePane Add-on for Vaadin 8
ScribblePane is a UI component add-on for Vaadin 8. It lets you scribble or sketch a very simple drawing using the mouse, and the resulting image can be transferred to the server side.
Download release
Official releases of this add-on are available at Vaadin Directory. For Maven instructions, download and reviews, go to http://vaadin.com/addon/scribblepane-add-on
Building and running demo
git clone https://github.com/enver-haase/ScribblePane.git
mvn clean install
cd scribble-demo
mvn jetty:run
To see the demo, navigate to http://localhost:8080/ .
License & Author
Add-on is distributed under Apache License 2.0. For license terms, see LICENSE.txt.
ScribblePane was written by Enver Haase in 2017, as an exercise.
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Updated Vaadin8 to Vaadin 8.11.1 and tested it so that this component can safely be used with the Multi Platform Runtime MPR in more recent versions of Vaadin, such as Vaadin 14 LTS.
- Released
- 2020-07-17
- Maturity
- EXPERIMENTAL
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 8.0+
- Browser
- Firefox
- Google Chrome
- Internet Explorer
ScribblePane Add-on - Vaadin Add-on Directory
A simple Vaadin Add-On for sketching on a HTML5 canvas and saving the result server-side. Uses GWT.Source Code
ScribblePane Add-on version 0.8
Initial version.
ScribblePane Add-on version 1.0
Updated Vaadin8 to Vaadin 8.11.1 and tested it so that this component can safely be used with the Multi Platform Runtime MPR in more recent versions of Vaadin, such as Vaadin 14 LTS.