Package jltk.gui

Class Separator


  • public class Separator
    extends Control
    A horizontal or vertical separator line. events: none
    Version:
    24.08.2022
    Author:
    ms
    • Field Detail

      • fxSeparator

        protected javafx.scene.control.Separator fxSeparator
    • Constructor Detail

      • Separator

        public Separator​(double pLeft,
                         double pTop,
                         double pWidth,
                         double pHeight)
        Create a new separator line.
        Parameters:
        pLeft - The horizontal coordinate
        pTop - The vertical coordinate
        pWidth - The width of the text field
        pHeight - The height of the text field
      • Separator

        public Separator​(Window pWindow,
                         double pLeft,
                         double pTop,
                         double pWidth,
                         double pHeight,
                         String pText)
        Creates an text field on the specified postion.
        Parameters:
        pLeft - The horizontal coordinate
        pTop - The vertical coordinate
        pWidth - The width of the text field
        pHeight - The height of the text field
        pWindow - The window, the text field should be placed
        pText - The label of the text field