working with packages
From: Luc Van Bogaert (luc.van.bogaert.DESPAM_at_skynet.be)
Date: 02/29/04
- Next message: Jean-Philippe Martin: "Re: working with packages"
- Previous message: Neil Morris: "compiling ordering of java sorce code"
- Next in thread: Jean-Philippe Martin: "Re: working with packages"
- Reply: Jean-Philippe Martin: "Re: working with packages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 29 Feb 2004 20:38:56 +0100
Hi,
I'm trying to organize my classes in packages, but I'm running into a
problem where I can't seem to reference a class which is higher or at
the same level of the package hierarchy. I can only reference a class
when it is lower in the hierarchy.
example :
dir collector data
class MainPanel class Album
I can reference Album from MainPanel, but not vice versa.
Any idea how to do this?
Thanks.
-- Luc Van Bogaert
- Next message: Jean-Philippe Martin: "Re: working with packages"
- Previous message: Neil Morris: "compiling ordering of java sorce code"
- Next in thread: Jean-Philippe Martin: "Re: working with packages"
- Reply: Jean-Philippe Martin: "Re: working with packages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|