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.
パネルのロード時に aj Textfield から値を取得する方法は?
通常の方法を使用できます。
txtField.getText();
コンテンツを読み取ることができますが、アプリケーション起動時の最初のロードでこれを実行しようとしている場合、その時点で設定されているコンテンツはありません。この場合、「ハードコードされた」コードで設定されていない限り、それを読み取ることができます直接。
JTextfield から値を取得する
String text = textField.getText();