assetsense / gwtwindowmanager

Automatically exported from code.google.com/p/gwtwindowmanager
0 stars 0 forks source link

Adding setFocus on DefaultGFrame and DefaultGInternalFrame #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Suggest to add setFocus() on DefaultGFrame and DefaultGInternalFrame so
that we can command the DefaultGFrame to be on focused.

I now use a class to extend the DefaultGFrame and add a setFocuse method

    public void setFocus()
    {
    super._show();
    }

Hope that it will be added into DefaultGFrame in coming release.

Original issue reported on code.google.com by danle...@gmail.com on 20 Apr 2007 at 5:39