|
|
@ -73,10 +73,15 @@ public class LoginFrame extends JFrame implements ActionListener, KeyListener { |
|
|
|
loginHauptImage.setFont(new Font("Tahoma", Font.BOLD, 13)); |
|
|
|
contentPane.add(loginHauptImage); |
|
|
|
|
|
|
|
JLabel lblNewLabel_1 = new JLabel("F5: exit"); |
|
|
|
lblNewLabel_1.setFont(new Font("Tahoma", Font.BOLD, 11)); |
|
|
|
lblNewLabel_1.setBounds(342, 213, 82, 14); |
|
|
|
contentPane.add(lblNewLabel_1); |
|
|
|
JLabel F5_ExitLabel = new JLabel("F5: exit"); |
|
|
|
F5_ExitLabel.setFont(new Font("Tahoma", Font.BOLD, 11)); |
|
|
|
F5_ExitLabel.setBounds(342, 237, 82, 14); |
|
|
|
contentPane.add(F5_ExitLabel); |
|
|
|
|
|
|
|
JLabel entfLeerenLabel = new JLabel("Entf: Leeren\r\n"); |
|
|
|
entfLeerenLabel.setFont(new Font("Tahoma", Font.BOLD, 11)); |
|
|
|
entfLeerenLabel.setBounds(342, 223, 82, 14); |
|
|
|
contentPane.add(entfLeerenLabel); |
|
|
|
|
|
|
|
this.anmelden.addActionListener(this); |
|
|
|
passwordField.addActionListener(this); |
|
|
|