开发者

Edit in-place Swing Components

开发者 https://www.devze.com 2023-03-04 13:37 出处:网络
Does anyone know of a Swing开发者_如何学编程 component that is spreadsheet like in nature, allows in-place editing and can be bound (in some fashion) to an array? If you do not need anything fancy you

Does anyone know of a Swing开发者_如何学编程 component that is spreadsheet like in nature, allows in-place editing and can be bound (in some fashion) to an array?


If you do not need anything fancy you might use a standard swing JTable (see e.g. here). It allows you to use in-place editing and you can define your own table model.

0

精彩评论

暂无评论...
验证码 换一张
取 消