[kepler-dev] [Bug 3187] - RExpression actor does not share focus

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Mon Mar 31 13:36:43 PDT 2008


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


leinfelder at nceas.ucsb.edu changed:

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




------- Comment #6 from leinfelder at nceas.ucsb.edu  2008-03-31 13:36 -------
I think you have it inverted.  the frame _won't_ be null in our Kepler case for
the R actor.  The code block should be:

if (frame == null) {
            frame = new TextEditor(title, container.getDocument());
        }
        else {
                // Set the title for the Kepler R actor
                // http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3187
                setTitle(frame.getTitle());
        }

is that reasonable?


More information about the Kepler-dev mailing list