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 44102 - NbPresenter shows horizontal scrollbars even if not necessary
Summary: NbPresenter shows horizontal scrollbars even if not necessary
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Platform (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 42864
  Show dependency tree
 
Reported: 2004-06-01 15:37 UTC by Martin Ryzl
Modified: 2004-08-13 12:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Ryzl 2004-06-01 15:37:10 UTC
Add platform dialog (the file chooser) is too
wide. As a result, the Add platform wizard has a
horizontal scrollbar on a screen with resolution
1024x768.
Maybe it is caused by the additional component -
Platform type + text field.
Comment 1 Tomas Zezula 2004-06-01 15:49:24 UTC
Its size is given by the standard JFileChooser component + Wizard
Panel + Line.
The only chance to descrease the size is either to switch off the
Wizard steps list, but this is quite unacceptable, or the line, this
was requirement from J2ME team.
Actually the size of panel is definitely less than 1024x768.
Reassigning to Adam Sotona, J2ME UI expert.
Comment 2 Adam Sotona 2004-06-07 13:57:03 UTC
Platform type identification is our strong requirement.
Combination of wizard with embedded file chooser and platform info
component was best found solution.
The dialog should fit even on 1024 screen without horizontal scrollbars.
This is probably bug in DialogDisplayer implementation that does not
allow full usage of the screen.
Comment 3 Adam Sotona 2004-06-07 14:04:58 UTC
Horizontal scrollbars appear for new Java platform wizard on screen
1024x768 even it is not necessary.
Comment 4 Milos Kleint 2004-06-11 13:52:19 UTC
reassigning to java, the dialog is not part of core. sorry if I chose
a wrong component.
Comment 5 psuk 2004-07-19 17:21:18 UTC
subcomp->project
Comment 6 Tomas Zezula 2004-08-04 15:10:22 UTC
The 1st) panel of the new platform wizard has been reduced in its size
to fit  even on 1024x768 display.