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 27200 - Unavailable text in resized Welcome screen
Summary: Unavailable text in resized Welcome screen
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: Richard Gregor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-11 10:56 UTC by Jaromir Uhrik
Modified: 2005-03-09 04:28 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
attached screenshot (7.32 KB, image/png)
2002-09-11 10:58 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-09-11 10:56:55 UTC
[dev build #200209110100; jdk141 b 20]
Shrink the welcome screen and the most bottom text 
included in its first column will become unreadable 
because the Up/Down scrollbar will not access you it. See 
the attached screenshot where the Up/Down scrollbar is 
sticked to the bottom but most bottom text is not visible.
Comment 1 Jaromir Uhrik 2002-09-11 10:58:16 UTC
Created attachment 7373 [details]
attached screenshot
Comment 2 Richard Gregor 2003-06-26 12:45:34 UTC
Problem is that welcome component consists of JEditorPane and JPanel
also. JSCrollPane is unable to count viewport dimension, because panel
set as viewport component doesn't implement scrollable interface.
Solution is either find way how to count new dimension in methods of
scrollable interface or change welcome design. 
Comment 3 Richard Gregor 2004-02-07 15:54:30 UTC
There is new welcome in 3.6 and this issue should be fixed.
Comment 4 Jaromir Uhrik 2004-02-24 14:47:09 UTC
It is OK in 3.6 Beta