Bug 49433 - Pattern: Relationships should allow local JavaBean arguments
Summary: Pattern: Relationships should allow local JavaBean arguments
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VE (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: VE Bugzilla inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-31 10:04 EST by Joe Winchester CLA
Modified: 2011-06-13 11:36 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 Joe Winchester CLA 2003-12-31 10:04:37 EST
As well as supporting things like JLabel being defined as local fields, we 
need to also allow their definition to just be in-lined completely into the 
add method, e.g.
jPanel.add(new JLabel("Frog"));
jPanel.add(Box.createVerticalStrut(10));