Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TextFieldJavaFXでaの幅を設定するにはどうすればよいですか?
TextField
TextField userTextField = new TextField();
私はこれを試しました:
TextField userTextField = new TextField(); userTextField.setPrefWidth(80);
しかし、私には何の変化も見られません。