Search:

Type: Posts; User: Freddy_

Search: Search took 0.07 seconds.

  1. Re: Keyevent while JOptionPane inputdialog is open

    import java.awt.AWTException;
    import java.awt.Robot;
    import java.awt.event.KeyEvent;

    import javax.swing.JOptionPane;

    public class key {
    public static void main(String[]args) throws...
  2. Keyevent while JOptionPane inputdialog is open

    Is there a way to do a keyevent while a joptionpane.inputdialog is open?
    I dont want a keyevent to happen before a inputdialog is open or after, I want a keyevent to happen exactly while the...
Results 1 to 2 of 2