Search:

Type: Posts; User: spirates

Search: Search took 0.19 seconds.

  1. Re: Is it possible to send keystrokes to a background window?

    Well sure, this is how my whole code works, it just sends code to active window. Now if anyone would be able to make this code be sent to notepad (for example) while its in the background it would...
  2. Is it possible to send keystrokes to a background window?

    So I have basic java knowledge from 1st year of college and I wrote a program recently that sends keystrokes with the Robot class. Now I would like it to do the same but to send it to a window that...
  3. Re: I get error when putting in more then 10 digits in my vector

    cant you tell me whats wrong? I really dont have time right now to read all that..
  4. Re: I get error when putting in more then 10 digits in my vector

    No idea :<
  5. Re: I get error when putting in more then 10 digits in my vector

    Exception in thread "main" java.util.InputMismatchException: For input string: "123123123123123"
    at java.util.Scanner.nextInt(Unknown Source)
    at java.util.Scanner.nextInt(Unknown Source)
    at...
  6. I get error when putting in more then 10 digits in my vector

    I've written this and whats happening is you type in a random number combination, and then the code will tell you how many unique numbers your number combination contains. For example typing in 5545...
  7. [NOOB] How do i get X and Y cordinates for one of my two turtles?

    I can create a turtle that will be in a window with the following code
    Turtle t1 = new Turtle(w,100,100);

    if i want to know its cordinates i can write
    int getX(w);

    But when I have 2 turtles,...
Results 1 to 7 of 7