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

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Mon Mar 31 13:16:38 PDT 2008


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





------- Comment #5 from cxh at eecs.berkeley.edu  2008-03-31 13:16 -------
Ok, I put the setTitle inside the if block, so this might now work.
What we have is:

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

        frame.text.setColumns(80);
        frame.text.setRows(40);
        setFrame(frame);
        frame.setTableau(this);

This might have solved the "many windows named Unnamed" proble


More information about the Kepler-dev mailing list