This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 78739 - Part of 'New Session Bean' panel not visible when used bigger font
Summary: Part of 'New Session Bean' panel not visible when used bigger font
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: A11Y, I18N
Depends on:
Blocks: 78730
  Show dependency tree
 
Reported: 2006-06-21 10:05 UTC by Jiri Prox
Modified: 2006-10-04 09:15 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (48.61 KB, image/png)
2006-06-21 10:06 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2006-06-21 10:05:35 UTC
NB 5.5 200606090200
pseudlolocalized - japanese locales
fontsize 16

Part of panel is not visible when creating new session bean. The checkbox
controling creation of Local Interface is completly hidden. This can be
misleading for newbie users.
See the screenshot.

Steps to reproduce:
1) start NB with switch -fontsize 16
2) open EJB project
3) open new file dialog and select New Session bean
4) click Next
Comment 1 Jiri Prox 2006-06-21 10:06:00 UTC
Created attachment 31255 [details]
screenshot
Comment 2 Martin Adamek 2006-06-28 12:47:38 UTC
I like volunteers...
Comment 3 Sherold Dev 2006-06-30 13:05:02 UTC
The problem seems to be in the
org.netbeans.modules.java.project.JavaTargetChooserPanelGUI which sets the
preferred size to a fix value

-> java/project
Comment 4 Tomas Zezula 2006-06-30 13:12:38 UTC
The size of the wizard was set by UI team. You should keep the size of wizard
panels reasonable. How will the wizard look like on my notebook (1024x768)?
Anyway you can set the size of your panel, the wizard will "jump" and resize,
but only the j2ee wizard will be ugly.
Comment 5 Sherold Dev 2006-07-10 15:23:45 UTC
If I am not mistaken it is the WizardDescriptoru.resizeWizard method
responsibility to make sure that the dialog won't be too large for your screen.

I still think that this issue should be fixed in the JavaTargetChooserPanelGUI
class.

another reassignment try ;)

-> java/project
Comment 6 Tomas Zezula 2006-07-10 16:41:56 UTC
See: http://www.netbeans.org/issues/show_bug.cgi?id=45075 (The
JavaTargetChooserPanelGUI should have this size, see UI spec).
If the panel behind it is bigger, you can set the prefferedSize.
Comment 7 Tomas Zezula 2006-09-12 15:07:32 UTC
The org.netbeans.modules.java.project.JavaTargetChooserPanelGUI should check if
the size of the nested panels is bigger than the preffered size, if so it should
update the preffered size. 
Comment 8 Tomas Zezula 2006-09-26 14:35:36 UTC
Checking in src/org/netbeans/modules/java/project/JavaTargetChooserPanelGUI.form;
/cvs/java/project/src/org/netbeans/modules/java/project/JavaTargetChooserPanelGUI.form,v
 <--  JavaTargetChooserPanelGUI.form
new revision: 1.11; previous revision: 1.10
done
Checking in src/org/netbeans/modules/java/project/JavaTargetChooserPanelGUI.java;
/cvs/java/project/src/org/netbeans/modules/java/project/JavaTargetChooserPanelGUI.java,v
 <--  JavaTargetChooserPanelGUI.java
new revision: 1.29; previous revision: 1.28
done
Comment 9 Tomas Zezula 2006-09-26 15:31:33 UTC
Integrated into release55_dev
Checking in src/org/netbeans/modules/java/project/JavaTargetChooserPanelGUI.form;
/cvs/java/project/src/org/netbeans/modules/java/project/JavaTargetChooserPanelGUI.form,v
 <--  JavaTargetChooserPanelGUI.form
new revision: 1.9.62.1.22.1; previous revision: 1.9.62.1
done
Checking in src/org/netbeans/modules/java/project/JavaTargetChooserPanelGUI.java;
/cvs/java/project/src/org/netbeans/modules/java/project/JavaTargetChooserPanelGUI.java,v
 <--  JavaTargetChooserPanelGUI.java
new revision: 1.25.24.1.2.1.14.1; previous revision: 1.25.24.1.2.1
done
Comment 12 Jiri Prox 2006-09-27 08:52:45 UTC
verified by QE in release55_dev, can be merged to 5.5 branch
Comment 13 Sherold Dev 2006-09-27 10:21:56 UTC
the fix seems to be OK
Comment 14 Tomas Zezula 2006-09-27 12:44:40 UTC
Integrated into 5.5
Checking in src/org/netbeans/modules/java/project/JavaTargetChooserPanelGUI.form;
/cvs/java/project/src/org/netbeans/modules/java/project/JavaTargetChooserPanelGUI.form,v
 <--  JavaTargetChooserPanelGUI.form
new revision: 1.9.62.1.2.1; previous revision: 1.9.62.1
done
Checking in src/org/netbeans/modules/java/project/JavaTargetChooserPanelGUI.java;
/cvs/java/project/src/org/netbeans/modules/java/project/JavaTargetChooserPanelGUI.java,v
 <--  JavaTargetChooserPanelGUI.java
new revision: 1.25.24.1.2.2; previous revision: 1.25.24.1.2.1
done
Comment 15 Martin Schovanek 2006-09-29 12:14:08 UTC
verified in #200609290000 release55 build