开发者

Edit in-place Swing Components

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜