程序包 com.tlcsdm.login

类 LoginFrame

java.lang.Object
javafx.application.Application
com.tlcsdm.login.LoginFrame

public class LoginFrame extends javafx.application.Application
登录框架
作者:
unknowIfGuestInDream
  • 嵌套类概要

    从类继承的嵌套类/接口 javafx.application.Application

    javafx.application.Application.Parameters
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    (专用程序包) javafx.scene.control.Button
     
    (专用程序包) javafx.scene.control.Button
     
    (专用程序包) javafx.scene.layout.HBox
     
    (专用程序包) javafx.scene.control.Label
     
    (专用程序包) javafx.scene.layout.VBox
     
    (专用程序包) javafx.scene.layout.HBox
     
    (专用程序包) javafx.scene.control.Label
     
    (专用程序包) javafx.scene.control.PasswordField
     
    (专用程序包) javafx.scene.control.TextField
     
    (专用程序包) javafx.scene.layout.HBox
     

    从类继承的字段 javafx.application.Application

    STYLESHEET_CASPIAN, STYLESHEET_MODENA
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static void
    main(String[] args)
     
    void
    start(javafx.stage.Stage stage)
     

    从类继承的方法 javafx.application.Application

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

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • nameLabel

      javafx.scene.control.Label nameLabel
    • passwordLabel

      javafx.scene.control.Label passwordLabel
    • user

      javafx.scene.layout.HBox user
    • password

      javafx.scene.layout.HBox password
    • tfUser

      javafx.scene.control.TextField tfUser
    • tfPassword

      javafx.scene.control.PasswordField tfPassword
    • btLogIn

      javafx.scene.control.Button btLogIn
    • btSignIn

      javafx.scene.control.Button btSignIn
    • h3

      javafx.scene.layout.HBox h3
    • pane

      javafx.scene.layout.VBox pane
  • 构造器详细资料

    • LoginFrame

      public LoginFrame()
  • 方法详细资料

    • main

      public static void main(String[] args)
    • start

      public void start(javafx.stage.Stage stage)
      指定者:
      start 在类中 javafx.application.Application