()
| 1346 | /// |
| 1347 | /// the component width |
| 1348 | public int getWidth() { |
| 1349 | return bounds.getSize().getWidth(); |
| 1350 | } |
| 1351 | |
| 1352 | /// Sets the Component width, this method is exposed for the purpose of |
| 1353 | /// external layout managers and should not be invoked directly. |