[
https://issues.apache.org/jira/browse/JELLY-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kurt Riede closed JELLY-237.
----------------------------
Fix works for me. Thank you.
> [jelly] MenuBar not shown in JellySWT
> -------------------------------------
>
> Key: JELLY-237
> URL: https://issues.apache.org/jira/browse/JELLY-237
> Project: Commons Jelly
> Issue Type: Bug
> Environment: Operating System: All
> Platform: All
> Reporter: Kurt Riede
>
> Menubar is not attached to parent shell an thus not shown.
> Reason:
> Wrong signature of method attachWidgets() in class
> org.apache.commons.jelly.tags.swt.MenuTag:
> What happens:
> Instead of the method in the derived class MenuTag, the default method in the
> super class WidgetTag is called.
> The enclosed patch fixes this problem.
> Plattform: Win2000
> Java: JDK 1.4.2
> Index: MenuTag.java
> ===================================================================
> RCS file: /home/cvspublic/jakarta-commons/jelly/jelly-
> tags/swt/src/java/org/apache/commons/jelly/tags/swt/MenuTag.java,v
> retrieving revision 1.5
> diff -r1.5 MenuTag.java
> 103c103
> < protected void attachWidgets(Widget parent, Widget widget) {
> ---
> > protected void attachWidgets(Object parent, Widget widget) {
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]