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 26651 - MON: Edit & Replay dialog: size the table scrollpane better
Summary: MON: Edit & Replay dialog: size the table scrollpane better
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: HTTP Monitor (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-20 18:45 UTC by issues@www
Modified: 2016-07-07 08:53 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description issues@www 2002-08-20 18:45:26 UTC
Description: 
Edit and Replay window:  The query param and header table look like they have
too large boxes around them unless there are more name/value pairs than fit 
into the allocated size (=most of the time for query params at least). 



Work Around: 
Not required

Public Summary: 
Edit and Replay dialog:  The query param and header tables look like they have
boxes around them which are too large in the vertical direction,  unless there 
are more name/value pairs than fit into the allocated table size (=most of the 
time for query params at least). 


Evaluation: 
--- The reason why the boxes appear is that the parameter table on the query
    pane and the headers table on the headers pane are encased in scrollpanes
    (there can be an arbitrary number of name/value pairs). It's really hard
    to figure out how to avoid making the scrollpane too large because the 
    table doesn't have a size until it has been added (by which time it's too
    late). There's the added problem of GridBagLayout resizing the component. 
    


A comment.
Comment 1 Ana.von Klopp 2002-08-21 02:47:48 UTC
Will ask a swing expert. 
Comment 2 Martin Balin 2016-07-07 08:53:44 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss