[kepler-dev] [Bug 3542] - Tree View menu is too wide when opened

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue Oct 28 17:31:27 PDT 2008


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


aschultz at nceas.ucsb.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aschultz at nceas.ucsb.edu




------- Comment #1 from aschultz at nceas.ucsb.edu  2008-10-28 17:31 -------
A solution for this is to hard wire the width and height in the show() method
of the TreeTableau Class.

//frame.pack();
frame.setBounds(20,20,500,500);
((TreeFrame) frame).centerOnScreen();

The setBounds x,y values of 20,20 become irrelevant with the call to
centerOnScreen().


More information about the Kepler-dev mailing list