is it possible that i can print a simple program in an active window like "notepad"?
like the robot sample in java tutorials
brief example:
here's the code
Code :public static void main(String[] args) { System.out.println("Hello Mates!); }
can i display it in notepad? or ohter window?
how am i going to do that?
is it possible?
tnx !!!! :confused:
