[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gcjwebplugin-devel] Re: FYI: PluginAppletWindow fix
From: |
Lillian Angel |
Subject: |
[Gcjwebplugin-devel] Re: FYI: PluginAppletWindow fix |
Date: |
Mon, 17 Apr 2006 12:35:48 -0400 |
Added a comment to the ChangeLog.
On Mon, 2006-04-17 at 12:28 -0400, Lillian Angel wrote:
> Made some small changes to PluginAppletWindow.
>
> 2006-04-17 Lillian Angel <address@hidden>
>
> * src/gnu/gcjwebplugin/AppletTag.java:
> Removed unused import.
> * src/gnu/gcjwebplugin/PluginAppletWindow.java
> (setHandle): Need to set tag in every loop.
> Also, removed unneeded calls. Should call applet.start() before
> setVisible.
Added call to set the size for the applet. This resolves any
gtk painting assertion errors.
>