| setFixedCellWidth() | ใช้กำหนด ความกว้าง ของแต่ละรายการ ใน Object JList |
|---|
method:setFixedCellWidth ( int_width );
return type:void
content:ใช้กำหนด ความกว้าง ของแต่ละรายการ ใน Object JList
example:Vector vector = new Vector (); vector.addElement ( "bamboo" ); vector.addElement ( "labcode" ); JList list = new JList ( vector ); list.setFixedCellWidth ( 140 );