![]() |
The Java Developers Almanac 1.4Order this book from Amazon. |
e935. Removing the Column Headers from a Scrollable in a JTable ComponentJTable table = new JTable(); // Remove the column headers table.setTableHeader(null);
e932. Changing the Name of a Column in a JTable Component e933. Displaying an Icon in a Column Head of a JTable Component e934. Implementing Variable-Height Column Headers in a JTable Component e936. Creating a Custom Column Header Renderer in a JTable Component
© 2002 Addison-Wesley. |