这些是我的代码当我从文本文件中读取行时,我遇到了标签问题,我可以添加标签“_”,它们等于之前程序道路的单词的大小。我在创建标签时遇到问题,希望您能理解我的问题,如果可以的话,请给我一个解决方案吗?
public class HangGame extends JFrame {
JLabel lbl;
JLabel word ;
private String[]myword = new String [20];
Game() {
}
void readfile () {
Properties prob = new Properties();
try{
for(int x=0; x<n; x++){
}
}}
private void initLabelPanel() {
//craete array of labels the size of the word
letterHolderPanel = new JPanel();
int count =0;
//如果你运行我的代码我对这个数组有问题 [myword.length()] 编译器找不到它。
wordToFindLabels = new JLabel[myword.length()];
//Initiate each labels text add tp array and to letter holder panel
for (int i = 0; ih; i++) {JLabel lbl = new JLabel("_");
letterHolderPanel.add(lbl);
lbl.setBounds();
}
}
}