我的文字字段设置为100x400(在图标下面,f(x)= ...文字)
如果我的小程序已经运行,即使按1px调整窗口大小,它也会改为:
textfield的代码:
TextField textFieldA = new TextField("7.5", 35);
...
add(aa);
add(textFieldA);
aa.setLocation(920, 600);
textFieldA.setBounds((int)(920 + aa.getWidth() + 10),595,150,30);
aa
是" a ="