-
Bug
-
Resolution: Fixed
-
P5
-
1.1.1
-
beta
-
generic
-
generic
Name: clC74495 Date: 02/19/99
(Swing 1.1.1-beta1)
Call toString() on a JPanel (or ctrl-shift-F1 a window containing one)
Note the inclusion of a "defaultLayout" property. The JPanel
default layout is a static variable of JPanel, not an instance
variable, and so should not be included in the already-bloated
JFC paramString() output.
Extremely picky, I know, but fixable just by deleting
the otherwise empty JPanel.paramString().
(Review ID: 54397)
======================================================================