timbru31

Untitled

Mar 16th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1.         verschiebung.setText("Nicht gr\u00F6\u00DFer als 26!");
  2.         verschiebung.setFont(new Font("Times New Roman", Font.PLAIN, 12));
  3.         verschiebung.setBounds(254, 32, 123, 25);
  4.         cp.add(verschiebung);
  5.         verschiebung.addFocusListener(new FocusAdapter() {
  6.             @Override
  7.             public void focusGained(FocusEvent e) {
  8.                 verschiebung.setText("");
  9.             }
  10.         });
Advertisement
Add Comment
Please, Sign In to add comment