Search:

Type: Posts; User: TKL

Search: Search took 0.07 seconds.

  1. Thread: Java on server?

    by TKL
    Replies
    0
    Views
    1,216

    Java on server?

    Hi,

    I am currently studying in software engineering. We learned how to do programs offline. However,
    now I'd like to do a document formatting. In other words, the user puts content in a form,...
  2. Replies
    6
    Views
    1,860

    Re: How to open and manipulate another program?

    Cool!

    I worked a bit with the Robot class and managed to do some stuff, thanks again!

    Another question : I assume that to type text using the Robot class may not be the simplest way; since...
  3. Replies
    6
    Views
    1,860

    Re: How to open and manipulate another program?

    1 - Yes, i was talking about entering character data (text)

    2 - by manipulate, i meant : a) save a file b) compile a file c) run a file

    Thanks for the answer; I'll take a look in the Robot Class
  4. Thread: Java Notepade

    by TKL
    Replies
    3
    Views
    966

    Re: Java Notepade

    Hmm, if you are trying to make a "notepad" using Java :



    File file = new File("notepad.txt");
  5. Replies
    6
    Views
    1,860

    How to open and manipulate another program?

    Hi,

    I'd like to know how to do the following things :

    1 - Open a program ; It works, but I don't know how to write in it. In other words, if I open notepad, and I'd like to write in it, how can...
Results 1 to 5 of 5