Container.java (addImpl): Enable paint events if adding a lightweight to a heavyweight.
authorScott Gilbertson <scottg@mantatest.com>
Sun, 20 Apr 2003 23:21:06 +0000 (23:21 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Sun, 20 Apr 2003 23:21:06 +0000 (23:21 +0000)
commitebf96c133bbd6eaa094682e4b44061c858814340
tree7d0f4a7c0339837de0b0def87e3da925bb0e01a4
parentb39b80844883d0de4d19d90c35f11d78887280fe
Container.java (addImpl): Enable paint events if adding a lightweight to a heavyweight.

2003-04-20  Scott Gilbertson  <scottg@mantatest.com>

* java/awt/Container.java (addImpl): Enable paint events if adding
a lightweight to a heavyweight.
(addNotify): Ensure that peer is created before
addNotifyContainerChildren.
(addNotifyContainerChildren): Enable paint events if a heavyweight
container contains a lightweight.

From-SVN: r65870
libjava/ChangeLog
libjava/java/awt/Container.java