Applies drag handles to a widget to make it resizable. The drag handles are inserted into the widget and positioned absolute.
Here is the list of valid resize handles:
Value Description ------ ------------------- 'n' north 's' south 'e' east 'w' west 'nw' northwest 'sw' southwest 'se' southeast 'ne' northeast 'all' all
Events:
ResizeStart : (source, widget, event)
Fires before a resize operation start. Listeners can cancel the action by calling {@link BaseEvent#setCancelled(boolean)}.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.