So I am currently trying to make a program that will type a string into a different application (Chrome). The problem that I am experiencing is that I don't really know how to make it type out strings. I think it'd be something like this
robot.keyPress(KeyEvent.VK_ + randomString); then robot.keyRelease(KeyEvent.VK_ + randomString);
but that didn't work. I am very new to Java and haven't used stackoverflow in a good while so I'm sorry if a part was confusing.