[kepler-dev] [Bug 1560] - Afer data searching, click actor panel and both actor panel and data panel will be disappeared

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue May 18 15:34:12 PDT 2004


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=1560

tao at nceas.ucsb.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From tao at nceas.ucsb.edu  2004-05-18 15:34 -------
Finally, I figured out this is java swing issue rather than the entity issue in
search result set.

In this tabbled panel, library scroll panel and dataset scroll panel are added
as index 0 and 1. The library panel is set minimum and preferred size, but the
data set panel doesn't. So if the data set panel got result package with very
long title (Those gce package which couldn't be dragged successfully), data set
panel will be very wide (with scroll bar). When click library panel, library
panel couldn't fit it. So everything disppeared. Sounds like this is a bug in
java swing bug. 

After I set the minimum and preferred size in DatasetPanel class, the switch
between library panel and dataset panel works very well.



More information about the Kepler-dev mailing list