[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.ve] JComponents not shown in Panel
|
- From: marc.maier@xxxxxxxxxxx (Marc Maier)
- Date: Tue, 16 Aug 2005 10:10:27 +0000 (UTC)
- Newsgroups: eclipse.tools.ve
- Organization: not organized
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Hello,
all JComponents which I add to my JPanel are shown out of the JPanel.
For example:
this.add(this.domainLab, null); //qualified access
If I write
this.add(domainLab, null); //unqualified access
everything is OK.
Is this a bug? How can I solve the problem.
Thanks.
Marc