Class GUI1

java.lang.Object
javafx.application.Application
Percentage.percentage.GUI1

public class GUI1 extends javafx.application.Application
  • Nested Class Summary

    Nested classes/interfaces inherited from class javafx.application.Application

    javafx.application.Application.Parameters
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected Map<String, BigDecimal>
     
    protected Calculator
     
    protected javafx.scene.control.TextField
     
    protected javafx.scene.control.TextField
     
    protected javafx.scene.control.TextArea
     
    protected javafx.scene.media.AudioClip
     
    protected javafx.collections.ObservableList<String>
     
    protected javafx.scene.media.AudioClip
     
    protected Loader
     
    protected GUI2
     
    protected javafx.scene.control.Label
     
    protected javafx.scene.media.AudioClip
     

    Fields inherited from class javafx.application.Application

    STYLESHEET_CASPIAN, STYLESHEET_MODENA
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    start(javafx.stage.Stage primaryStage)
     

    Methods inherited from class javafx.application.Application

    getHostServices, getParameters, getUserAgentStylesheet, launch, launch, notifyPreloader, setUserAgentStylesheet, stop

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • codeAField

      protected javafx.scene.control.TextField codeAField
    • codeBField

      protected javafx.scene.control.TextField codeBField
    • resultLabel

      protected javafx.scene.control.Label resultLabel
    • csvDisplayArea

      protected javafx.scene.control.TextArea csvDisplayArea
    • successSound

      protected javafx.scene.media.AudioClip successSound
    • errorSound

      protected javafx.scene.media.AudioClip errorSound
    • hoverSound

      protected javafx.scene.media.AudioClip hoverSound
    • loader

      protected Loader loader
    • calculator

      protected Calculator calculator
    • amounts

      protected Map<String, BigDecimal> amounts
    • historyItems

      protected javafx.collections.ObservableList<String> historyItems
    • logic

      protected GUI2 logic
  • Constructor Details

    • GUI1

      public GUI1()
  • Method Details

    • init

      public void init()
      Overrides:
      init in class javafx.application.Application
    • start

      public void start(javafx.stage.Stage primaryStage)
      Specified by:
      start in class javafx.application.Application