Java Swing(第二版)
《Java Swing(第二版)》勘误表
提交您发现的本书勘误内容

35倒数第5行:
toolbar.setLayout(new FlowLayout(Flowlayout.LEFT));
应为:
toolbar.setLayout(new FlowLayout(FlowLayout.LEFT));

第41页倒数第三行:
"copy8utton"
应为:
"copyButton"

第48页倒数17行: if((internalFrame==null)|(internalFrame.isClosed()))
应为:
if((internalFrame==null)||(internalFrame.isClosed()))

第61页代码第九行:
"toolbar"
应为:
"JToolBar"

第71页倒数第十行:
"publicvoidpack()"
应为:
"public void pack()"

第116页代码第8行:
“]Label”
应该是:
“JLabel”

第116页代码第23行:
"DFrame"
应为:
"JFrame"

159页倒数第一行:
这个小矩形块叫滑尺或者滑尺
应为:
这个小矩形块叫滑尺或者滑块

166页表6-4第一行:
DSlider.
应为:JSlider
注:这本书中把J写成D的错误简直太多了

168页倒数第10行:
public JSHder(int orientation)
应把JSHder改成JSlider

168页倒数第8行:
public JSHder(int min ,int max,int value)
应把JSHder改成JSlider

169页倒数第5行:
slider.setLabelTable(slider.createStanderdLabels(lo));
应为:
slider.setLabelTable(slider.createStanderdLabels(10));

177页倒数17行:
"Co Away"
应为:
"Go Away"

182页倒数第10行:
frame.setDefaultCloseOperationP JFrame.EXIT_ON_CLOSE);
改正后应为:
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);

182页倒数第2行:
list.getSelected!ndices();
改正为:
list.getSelectedIndices();

204页倒数第2行:
new DCheckBox
改为:
new JCheckBox

206页正数第6行:
!e.getValueIsAdjusting0
改为:
!e.getValueIsAdjusting()

209页中间:
public Component getListCellRendererComponentQlist list .....
改为:
public Component getListCellRendererComponent(Jlist list .....

218页正数第14行:(BookEntry)booklist.getPtodel()....
改为:
(BookEntry)booklist.getModel()....

221页倒数第7行:
elemejjtAt
改为:
elementAt

222页正数第12行:
public void removeAliElements()
改为:
public void removeAllElements()

228页倒数第7行:
accessikieContext
改为:
accessibleContext

第751页表19-5中的属性text,texto最后这个“o”应该是上角标。