Class Register_Canvas

    • Field Detail

      • TAG

        private static final String TAG

        class logger tag.

      • logger

        private static final Logger logger

        class logger instance

      • Engine

        @Nullable
        private @Nullable Desktop_Calculator Engine
        Calculator to display informations for.
      • A_Active_Label

        private final JLabel A_Active_Label
      • A_Register_Label

        private final JLabel A_Register_Label
      • A_Register_List

        private final JList<String> A_Register_List
      • A_Register_ScrollPane

        private final JScrollPane A_Register_ScrollPane
      • A_Seperator_Label

        private final JLabel A_Seperator_Label
      • Display_Mode_Label

        private final JLabel Display_Mode_Label
      • L_Register_Label

        private final JLabel L_Register_Label
      • L_Register_Register_List

        private final JList<String> L_Register_Register_List
      • L_Register_ScrollPane

        private final JScrollPane L_Register_ScrollPane
    • Constructor Detail

      • Register_Canvas

        public Register_Canvas()
        Creates new form Status_Canvas
    • Method Detail

      • initPost

        private void initPost()

        I had used lazy loading before but frequently there were load interrupted errors with images only loaded partially.

      • setTextFonts

        private void setTextFonts()
      • setCalculator

        public void setCalculator​(@NotNull
                                  @NotNull Desktop_Calculator Engine)
        Set the calculator engine used - needed for status related display.
        Parameters:
        Engine - calculator to be displayed
      • update

        private void update()
        Update Fields.
      • initComponents

        private void initComponents()
        This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
      • formComponentShown

        private void formComponentShown​(ComponentEvent evt)