Question #189203 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189203
RaiMan proposed the following answer: The first piece is the example, how to do it in Java. The second example shows the principle, how to get a Java class imported and made useable in Jython (Sikuli) script. It shows, how to get access to JOptionPane. Now you just have to prepare and setup the rest accordingly, based on the first example. No need to register anything - Java is fully available in Sikuli - just import and use it. Jlabel, JTextField, JPasswordField are all javax.swing classes. Have a look at the according Java API, to see what they need as parameters and what they return. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

