Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] Changes import dynamilly?

Hello,
	May be you can help me, I need develop un application that run
in graphical mode(swing) and character mode(charva,
www.pitman.co.za/projects/charva ), this is made with:

graphical mode:

	import javax.swing.jframe;

in character mode:

	import charvax.swing.jframe;

for this I need to write two similar classes, this differ only in the
import clause. One work around is using a pre-compiler, this is static
approach, with this I have two applications.
 
Whith aspectj, can I do dynamilly?. One application for two
plataforms, graphic and character mode?


Thanks you very much.



Back to the top