Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » JComponents not shown in Panel
JComponents not shown in Panel [message #610300] Tue, 16 August 2005 10:10
Marc Maier is currently offline Marc MaierFriend
Messages: 1
Registered: July 2009
Junior Member
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
Previous Topic:Error Compiling using javac vs. Eclipise
Next Topic:Questions about VE and Wizard pages.
Goto Forum:
  


Current Time: Fri Apr 26 20:35:32 GMT 2024

Powered by FUDForum. Page generated in 0.03744 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top