[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.ve] JComponents not shown in Panel

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