Package it.ipzs.cieid
Class MainApplication
- java.lang.Object
-
- it.ipzs.cieid.MainApplication
-
public class MainApplication extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private javax.swing.JFrame
frame
-
Constructor Summary
Constructors Constructor Description MainApplication(java.lang.String[] args)
Create the application.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ch.swingfx.twinkle.NotificationBuilder
createNotificationBuilder()
private void
initialize(java.lang.String[] args)
Initialize the contents of the frame.static void
installKeyboardMonitor()
Close the application on ctrl+qstatic void
main(java.lang.String[] args)
Launch the application.private static void
notifyCardNotRegistered()
private static void
notifyPinLocked()
private static void
notifyPinWrong()
static void
showUI(java.lang.String[] args)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Launch the application.
-
installKeyboardMonitor
public static void installKeyboardMonitor()
Close the application on ctrl+q
-
showUI
public static void showUI(java.lang.String[] args)
-
initialize
private void initialize(java.lang.String[] args)
Initialize the contents of the frame.
-
notifyPinWrong
private static void notifyPinWrong()
-
notifyCardNotRegistered
private static void notifyCardNotRegistered()
-
notifyPinLocked
private static void notifyPinLocked()
-
createNotificationBuilder
public static ch.swingfx.twinkle.NotificationBuilder createNotificationBuilder()
-
-