Resizable panel-like widget

2011-08-11 Thread Alexander Orlov
I'm looking for a panel-like widget that can be resized (vertically) when the users clicks and moves its bottom/top end. Couldn't find anything suitable in GWT's Showcase app. -Alex -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To vie

Re: Resizable Panel

2009-01-03 Thread Dev
Figured out myself .Here is a code example for a resizable and dragable panel public class DragPanel extends VerticalPanel { private boolean drag_drop = false; private boolean move = false ; private Element movingPanelElement; public void setMovingPanelElement(Element

Resizable Panel

2009-01-02 Thread Dev
Is there any way to have a 'Resizable' panel in GWT. By resizable I mean that if you you drag on the edge of Panel it can be resized accordingly. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Goo

Re: Is there a resizable panel in GWT? like JInternalFrame in Swing

2008-08-28 Thread Anil
> On Aug 15, 8:08 pm, Anil <[EMAIL PROTECTED]> wrote: > > > Is there a resizable panel in GWT? like JInternalFrame in Swing > > thanks, > > Anil --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro