You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Igor V. Stolyarov (JIRA)" <ji...@apache.org> on 2008/02/20 13:45:43 UTC

[jira] Created: (HARMONY-5537) [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.

[jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.
-----------------------------------------------------------------------------------

                 Key: HARMONY-5537
                 URL: https://issues.apache.org/jira/browse/HARMONY-5537
             Project: Harmony
          Issue Type: Bug
          Components: JDK
            Reporter: Igor V. Stolyarov


Applet doesn't change size after appletviewer changes one. This issue may be reproduced on SimpleGraph and WireFrame demo applets.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-5537) [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570730#action_12570730 ] 

Alexei Zakharov commented on HARMONY-5537:
------------------------------------------

Thanks Igor. The patch at least fixes resizing along Y-line in SimpleGraph. However, if appletviewer is resized along X-line nothing happens with the graph. RI draws extra part of the graph in this case. As for WireFrame, without your patch figure is located in the upper left corner of the window. With your patch it is located at the center of Y-line in the leftmost position. On RI it is always located in the center of the window. 
NOTE: I run it on Ubuntu Linux

> [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-5537
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5537
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>            Reporter: Igor V. Stolyarov
>            Assignee: Alexei Zakharov
>         Attachments: H-5537.patch
>
>
> Applet doesn't change size after appletviewer changes one. This issue may be reproduced on SimpleGraph and WireFrame demo applets.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (HARMONY-5537) [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Zakharov closed HARMONY-5537.
------------------------------------


Verified by Igor, issue closed.

> [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-5537
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5537
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>            Reporter: Igor V. Stolyarov
>            Assignee: Alexei Zakharov
>         Attachments: H-5537-1.patch, H-5537.patch
>
>
> Applet doesn't change size after appletviewer changes one. This issue may be reproduced on SimpleGraph and WireFrame demo applets.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-5537) [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571342#action_12571342 ] 

Alexei Zakharov commented on HARMONY-5537:
------------------------------------------

ЗачОт. This one works much better. :)  Lets integrate it after the code freeze I you don't mind.

> [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-5537
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5537
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>            Reporter: Igor V. Stolyarov
>            Assignee: Alexei Zakharov
>         Attachments: H-5537-1.patch, H-5537.patch
>
>
> Applet doesn't change size after appletviewer changes one. This issue may be reproduced on SimpleGraph and WireFrame demo applets.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-5537) [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.

Posted by "Igor V. Stolyarov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570999#action_12570999 ] 

Igor V. Stolyarov commented on HARMONY-5537:
--------------------------------------------

Alexei, I've checked patch on Ubuntu Linux and I've received such result as on RI, i.e SimpleGraph resizing in all coordinates and in WireFrame demo - cube is drawing in the center of the appletviewer frame.

> [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-5537
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5537
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>            Reporter: Igor V. Stolyarov
>            Assignee: Alexei Zakharov
>         Attachments: H-5537.patch
>
>
> Applet doesn't change size after appletviewer changes one. This issue may be reproduced on SimpleGraph and WireFrame demo applets.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-5537) [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.

Posted by "Igor V. Stolyarov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor V. Stolyarov updated HARMONY-5537:
---------------------------------------

    Attachment: H-5537.patch

Fix attached.

> [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-5537
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5537
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>            Reporter: Igor V. Stolyarov
>         Attachments: H-5537.patch
>
>
> Applet doesn't change size after appletviewer changes one. This issue may be reproduced on SimpleGraph and WireFrame demo applets.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-5537) [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.

Posted by "Igor V. Stolyarov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594076#action_12594076 ] 

Igor V. Stolyarov commented on HARMONY-5537:
--------------------------------------------

Works for me.
Thank you Alexei.

> [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-5537
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5537
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>            Reporter: Igor V. Stolyarov
>            Assignee: Alexei Zakharov
>         Attachments: H-5537-1.patch, H-5537.patch
>
>
> Applet doesn't change size after appletviewer changes one. This issue may be reproduced on SimpleGraph and WireFrame demo applets.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-5537) [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570735#action_12570735 ] 

Alexei Zakharov commented on HARMONY-5537:
------------------------------------------

Do I understand correctly that the above-mentioned issues are not the issues you originally wanted to fix?

> [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-5537
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5537
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>            Reporter: Igor V. Stolyarov
>            Assignee: Alexei Zakharov
>         Attachments: H-5537.patch
>
>
> Applet doesn't change size after appletviewer changes one. This issue may be reproduced on SimpleGraph and WireFrame demo applets.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HARMONY-5537) [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Zakharov resolved HARMONY-5537.
--------------------------------------

    Resolution: Fixed

Thanks Igor. Your last patch was committted at the revision 640916. Please verify.

> [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-5537
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5537
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>            Reporter: Igor V. Stolyarov
>            Assignee: Alexei Zakharov
>         Attachments: H-5537-1.patch, H-5537.patch
>
>
> Applet doesn't change size after appletviewer changes one. This issue may be reproduced on SimpleGraph and WireFrame demo applets.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-5537) [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.

Posted by "Igor V. Stolyarov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor V. Stolyarov updated HARMONY-5537:
---------------------------------------

    Attachment: H-5537-1.patch

Alexei, I've attached new patch. It should work :)

> [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-5537
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5537
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>            Reporter: Igor V. Stolyarov
>            Assignee: Alexei Zakharov
>         Attachments: H-5537-1.patch, H-5537.patch
>
>
> Applet doesn't change size after appletviewer changes one. This issue may be reproduced on SimpleGraph and WireFrame demo applets.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HARMONY-5537) [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Zakharov reassigned HARMONY-5537:
----------------------------------------

    Assignee: Alexei Zakharov

> [jdktools][appletviewer] Applet doesn't change size after appletviewer changes one.
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-5537
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5537
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>            Reporter: Igor V. Stolyarov
>            Assignee: Alexei Zakharov
>         Attachments: H-5537.patch
>
>
> Applet doesn't change size after appletviewer changes one. This issue may be reproduced on SimpleGraph and WireFrame demo applets.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.