Search in sources :

Example 1 with KeyReleaseActionJButton

use of com.servoy.j2db.util.gui.KeyReleaseActionJButton in project servoy-client by Servoy.

the class SwingForm method getNoDoClickJButton.

private JButton getNoDoClickJButton(String text, int mnemonic) {
    KeyReleaseActionJButton b = new KeyReleaseActionJButton();
    b.setText(text);
    b.setMnemonic(mnemonic);
    // $NON-NLS-1$
    b.setName("OptionPane.button");
    return b;
}
Also used : KeyReleaseActionJButton(com.servoy.j2db.util.gui.KeyReleaseActionJButton)

Aggregations

KeyReleaseActionJButton (com.servoy.j2db.util.gui.KeyReleaseActionJButton)1