日志文章列表

2006年07月10日 08:55:53

Make cents with BigDecimal

o be able to write Java programs that deal with finances, you need to know about the BigDecimal class and numeric formatting. The first step to teaching you both of those topics is to first crea..

阅读全文>>

类别: 英语文献——java类 |  评论(6) |  浏览(5947) |  收藏
2006年03月22日 16:01:18

JTree with CheckBoxes(带复选框的树结构)

Let me explain what is "JTree with CheckBoxes".

Each node of the JTree contains a CheckBox.
When a node's checkbox is selected, all its descendants should also get checked and vice v..

阅读全文>>

类别: 英语文献——java类 |  评论(0) |  浏览(1662) |  收藏