[gui] [merge] java-gui-merge for may 26
Mark Wielaard
mark@klomp.org
Sat Jun 12 13:00:00 GMT 2004
Hi,
On Thu, 2004-05-27 at 14:28, Michael Koch wrote:
> I have just commited the attached patch with lets libjava bootstrap
> again. Its not really tested and only to make libjava compile again.
>
> Graydon: you should really consider to update gcj in java-gui-branch.
> 2004-05-27 Michael Koch <konqueror@gmx.de>
>
> * javax/swing/JPopupMenu.java
> (isVisible): Do not use visible directly.
> (setVisible): Likewise.
> * javax/swing/JWindow.java
> (JWindow): call accessible constructor.
> * javax/swing/RepaintManager.java
> (paintDirtyRegions): Use public methods to obtain iterator.
That last part is not completely correct.
You want the map entries here, not just the values.
Committed the following to classpath and libgcj HEAD to make testswing
work again.
2004-06-12 Mark Wielaard <mark@klomp.org>
* javax/swing/RepaintManager.java
(paintDirtyRegions): Use entrySet(), not values().
I believe this (or something similar) is already on the gui branch. If
not then it should probably also go in there.
Cheers,
Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RepaintManager.diff
Type: text/x-patch
Size: 642 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20040612/70509449/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20040612/70509449/attachment.sig>
More information about the Gcc
mailing list