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 27723 - Restart dialog has 2 different looks
Summary: Restart dialog has 2 different looks
Status: VERIFIED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: JDK_SPECIFIC
Depends on: 29054
Blocks:
  Show dependency tree
 
Reported: 2002-10-02 08:58 UTC by Jaromir Uhrik
Modified: 2008-12-23 10:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
first screenshot (4.88 KB, image/png)
2002-10-02 08:59 UTC, Jaromir Uhrik
Details
second screenshot (4.72 KB, image/png)
2002-10-02 09:00 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2002-10-02 08:58:12 UTC
[#200210020100; last jdk142 only!]
1. Start UC wizard (Tools|Update Center)
2. Go through the wizard to the last step and press Finish
3. The dialog that appears looks like in first attachment
4. Press Cancel and repeat steps to see the dialog again 
and it will look like in second attachment.
Comment 1 Jaromir Uhrik 2002-10-02 08:59:46 UTC
Created attachment 7563 [details]
first screenshot
Comment 2 Jaromir Uhrik 2002-10-02 09:00:40 UTC
Created attachment 7564 [details]
second screenshot
Comment 3 akemr 2002-10-02 13:19:18 UTC
Problem is probably in JDK1.4.2 vs NbPresenter.
First time getMinimumSize() in NbPresenter.initializeMessage() method
returns absurdly big minimumHeight (4168) and NbPresenter creates
JScrollPane.
Second time getMinimumSize() returns correct prefferedSize and then it
looks OK.

BTW, this AU dialog doesn't set minimumSize at all.
Comment 4 akemr 2002-10-02 13:20:44 UTC
reassign to NbPresenter
Comment 5 Marian Mirilovic 2002-11-13 15:31:29 UTC
changed owner Dafe -> Peter Z.
Comment 6 Marian Mirilovic 2002-12-06 18:19:35 UTC
reassign to Tim, new owner of AWT/Swing
Comment 7 David Simonek 2002-12-09 13:44:42 UTC
updating subcomponent to dialogs, reassigning to current owner Jiri.
Comment 8 Marian Mirilovic 2003-01-06 16:30:12 UTC
I have changed version from 4.0 dev to S1S 4.2 (Nevada).
Comment 9 Jiri Rechtacek 2003-03-18 14:45:01 UTC
It's depended on jdk bug 4824261 (same as issue 29054), it's fixed
it'll work in release of mantis. We will see :) if it helps.
Comment 10 Jiri Rechtacek 2003-04-04 16:05:16 UTC
Ok, it works good with the new build of Mantis (checked on
jdk1.4.2-beta-b19. I can close as worksforme.
Comment 11 dmladek 2003-07-08 18:53:39 UTC
Yea, agree with Jirka.
NB3.5fcs works fine with Mantis-fcs