文本字段问题 - J2ME 波兰语


//#style term 
term = new TextField("Term", "", TextField.ANY, 50);

而这个 CSS:

.term
{
  textfield-direct-input: true;
  border-color: black;
  font-size: small;
  font-color: black;
  layout: left;
  title-position: top;
  background: none;
  padding: 10;
  margin: 10;
  include-label: true;
  text-layout: left; 
  text-wrap: false;
}

但是当我启动模拟器时,在文本字段中我只能写两个字符......我不知道为什么请帮忙,非常感谢

//#style term
term = new TextField("Term", "", 50, TextField.ANY);

相关内容

  • 没有找到相关文章

最新更新