Hello,

Sorry, My Englisch is not good, but I hope you understand.

I'm new with Java and I have a question.

For the record, I use JBuilder Foundation 3.5.

My question:

I made two project (two different kind of directories=> This means two packages.

In packages One I made a button, if somebody clicks on this button a frame in packages Two will open.

To realize this I add this line by imports:

import medewerker.classes.medewerker.*;

Between ActionPerformered I added:

medewerker med = new medewerker();

This doesn't works!!!

Somebody have a suggestion?????

It works when I import the classes from package Two in packages One. That is not what I want.

Thanx