gpt4 book ai didi

java - 将用户输入与 Java 中的属性文件进行比较

转载 作者:行者123 更新时间:2023-11-30 11:15:15 25 4
gpt4 key购买 nike

<分区>

只是想知道,我假设它可能是,我只是做错了 - 是否有一种方法可以将用户输入的内容与属性文件中的内容进行比较,看看它是否匹配? (GitCommands 是我的 Prop 文件)

这也是我用来搜索的按钮

  JButton btnSearch = new JButton("Search");
btnSearch.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
//find selected command

//obtain text from field
String key_name = textFieldSearch.getText();
FindSelectedKey();

这是方法

public void FindSelectedKey()
{
if(textFieldSearch != null)
{

textFieldSearch.getText().equals(GitCommands.keys());

}
else
{
System.out.println("Key could not be found");
}
}

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com