Bug 132584 - JTable on BorderLayout prevents other components from being dropped on the panel
Summary: JTable on BorderLayout prevents other components from being dropped on the panel
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VE (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: VE Bugzilla inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-20 14:54 EST by Sheehan Anderson CLA
Modified: 2011-06-13 11:37 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sheehan Anderson CLA 2006-03-20 14:54:17 EST
1.  Create a JPanel and use BorderLayout
2.  Drop a JTable in the Center, East, or West
3.  Other components can no longer be dropped on the panel.

For the time being a user can get around this problem by moving the JTable to either the North or South, dropping the new component in its place, and then moving the JTable back to its original position.