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.
データベースがMysqlであるため、javaでonkeypress evnetによってテキストフィールドをオートコンプリートとして動作させる方法を作成します。
DocumentFilterの代わりに (MadProgrammer に感謝)を使用する必要がありKeyListenerます。前者の方が信頼性が高く、対処も簡単です。
DocumentFilter
KeyListener
また、ユーザーが入力を開始した後にドロップダウンを表示するには、 a の代わりに aJTextFieldを使用する必要があります。JComboBox
JTextField
JComboBox
あなたが質問をする努力を示さなかったので、私はあなたのためにいくつかのコードを作成する努力をしません.
よく読んで: