Package it.ipzs.cieid

Class 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.
    • Field Detail

      • frame

        private javax.swing.JFrame frame
    • Constructor Detail

      • MainApplication

        public MainApplication​(java.lang.String[] args)
        Create the application.
    • 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()