|
I think i know now why it dosent work.
Because i dont have a reference to the java applicationn console.
I can have a refernce to a console i open...
There is a method in the class System ...System.console();
It returns a reference to the virtual machine console (if there is any).
I dont know if it might help u.
|