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.
問題なく int と long をバインドしました。BasicComponentFactory.createIntegerField または LongField を使用するだけです。float や double にはそのようなものはありません。これらのプリミティブをバインドする方法はありますか?
ValueModel valueModelxField = adapter.getBufferedModel("x"); xJTextField = BasicComponentFactory.createFormattedTextField(valueModelxField, new DecimalFormat("0.#####"));
これが私がそれを機能させる方法です。