Package it.ipzs.cieid
Class MainApplication
java.lang.Object
it.ipzs.cieid.MainApplication
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ch.swingfx.twinkle.NotificationBuilder
private void
initialize
(String[] args) Initialize the contents of the frame.static void
Close the application on ctrl+qstatic void
Launch the application.private static void
private static void
private static void
static void
-
Field Details
-
frame
-
-
Constructor Details
-
MainApplication
Create the application.
-
-
Method Details
-
main
Launch the application. -
installKeyboardMonitor
public static void installKeyboardMonitor()Close the application on ctrl+q -
showUI
-
initialize
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()
-