de.heineken.studienarbeit

Class PWPopup


public class PWPopup
extends JFrame

The class builds up a window which displays some error message if the username or the password does not correspond to the given restrictions.

Field Summary

(package private) BorderLayout
borderLayout1
(package private) FlowLayout
flowLayout1
(package private) FlowLayout
flowLayout2
(package private) JButton
jButton1
(package private) JLabel
jLabel1
(package private) JPanel
jPanel1
(package private) JPanel
jPanel2

Constructor Summary

PWPopup()
Constructor

Method Summary

(package private) void
jButton1_actionPerformed(ActionEvent e)
ActionHandler for the Ok-Button; window will be closed.
private void
jbInit()
JBuilder-Creation of GUI

Field Details

borderLayout1

(package private)  BorderLayout borderLayout1

flowLayout1

(package private)  FlowLayout flowLayout1

flowLayout2

(package private)  FlowLayout flowLayout2

jButton1

(package private)  JButton jButton1

jLabel1

(package private)  JLabel jLabel1

jPanel1

(package private)  JPanel jPanel1

jPanel2

(package private)  JPanel jPanel2

Constructor Details

PWPopup

public PWPopup()
Constructor

Method Details

jButton1_actionPerformed

(package private)  void jButton1_actionPerformed(ActionEvent e)
ActionHandler for the Ok-Button; window will be closed.

jbInit

private void jbInit()
            throws Exception
JBuilder-Creation of GUI