Advertisement
Guest User

Untitled

a guest
May 20th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.31 KB | None | 0 0
  1. bCheck.addActionListener(new ActionListener() {
  2.             @Override
  3.             public void actionPerformed(ActionEvent e) {
  4.                 try {
  5.                 JOptionPane.showMessageDialog(null, tf.getText() + " - adres: " + aif.getAddress(tf.getText()));
  6.                 }catch(RemoteException r) {
  7.                     System.out.println("remote exception");
  8.                 }
  9.             }
  10.         });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement