de.heineken.studienarbeit

Class PWFalsch


public class PWFalsch
extends JFrame

The class Pop up Window creates a window, which is opened, if password or username are not correct

Field Summary

(package private) FlowLayout
flowLayout1
(package private) FlowLayout
flowLayout2
(package private) GridLayout
gl
(package private) JButton
jButton1
(package private) JLabel
jLabel1
(package private) JLabel
jLabel2
(package private) JLabel
jLabel3
(package private) JPanel
jPanel1
(package private) JPanel
jPanel2

Constructor Summary

PWFalsch(String fehlermeldung)
Constructor

Method Summary

(package private) void
jButton1_actionPerformed(ActionEvent e)
window is closed, if the Ok-Button is pushed
private void
jbInit(String fehlermeldung)
Init

Field Details

flowLayout1

(package private)  FlowLayout flowLayout1

flowLayout2

(package private)  FlowLayout flowLayout2

gl

(package private)  GridLayout gl

jButton1

(package private)  JButton jButton1

jLabel1

(package private)  JLabel jLabel1

jLabel2

(package private)  JLabel jLabel2

jLabel3

(package private)  JLabel jLabel3

jPanel1

(package private)  JPanel jPanel1

jPanel2

(package private)  JPanel jPanel2

Constructor Details

PWFalsch

public PWFalsch(String fehlermeldung)
Constructor
Parameters:
fehlermeldung - error displayed to the user

Method Details

jButton1_actionPerformed

(package private)  void jButton1_actionPerformed(ActionEvent e)
window is closed, if the Ok-Button is pushed

jbInit

private void jbInit(String fehlermeldung)
            throws Exception
Init
Parameters:
fehlermeldung - which error is worked on