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.NotificationBuilderprivate voidinitialize(String[] args) Initialize the contents of the frame.static voidClose the application on ctrl+qstatic voidLaunch the application.private static voidprivate static voidprivate static voidstatic 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()
-