|
-
Nov 28th, 2000, 10:32 AM
#1
Thread Starter
New Member
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
-
Dec 7th, 2000, 05:27 AM
#2
Thread Starter
New Member
answer
I already solved it.....
The thinks I wanted to do, didn't work. So I changed the package name.
It works fine.
But thanx for the reaction.....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|