JAVA-INDEX.COM
Java programming resources: FAQs, tutorials, compiler and browser download sites, documentation, books lists, IDEs, etc.
Home....
|
log in....
|
Pub my question!
|
Sign-up....
Java-index
>>
Java Essentials
>>
Java Programming
Column width
How can i change the column width of a JTable?
[53 byte] By [
niki4koa
] at [2007-11-27 7:09:40]
««
Multiple Inheritence
»»
Hospital database design
# 1
to change column width: TableColumn column = table.getColumnModel().getColumn(i);column.setPreferredWidth(width);to disable auto resizing:table.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
j_shadinataa
at 2007-7-12 19:01:04 >
# 2
Further details here http://java.sun.com/docs/books/tutorial/uiswing/components/table.html#width
Jamwaa
at 2007-7-12 19:01:04 >
# 3
Further details here http://java.sun.com/docs/books/tutorial/uiswing/components/table.html#width
Jamwaa
at 2007-7-12 19:01:04 >
# 4
Thank you very much
niki4koa
at 2007-7-12 19:01:04 >
Java Essentials
[need help!!! eclipse problem]
Help with an executable jar file
how to put error checking on a code
how to print
Problem with ChatGUI
https subsequent GET and POST requests
"Jsp error"
Full Screen Exclusive Mode
help me for project
Multithreading problem
Java Programming
Multiple Inheritence
Runtime Exception
No idea how to reference nodes in a JTree
hi every body (new member ,mercy plz), boolean problem
popping html from a jsp
Hi All, which is better while creating an object
Should i use Applet or Servlet
replace zero which not part of number
need help finalising project!!!
java.sql.SQLException: Can't create/write to file
Java Essentials New Topic
Runtime Exception
popping html from a jsp
Hi All, which is better while creating an object
Help with an executable jar file
Problem with ChatGUI
Print to printer from a byteArrayOutputStream
Is it possible to add yahoo widget to my jsp?
DBSCAN implementation
Java Essentials Hot Topic
No idea how to reference nodes in a JTree
how to put error checking on a code
Should i use Applet or Servlet
how to print
replace zero which not part of number
java.sql.SQLException: Can't create/write to file
read group of files
remove special characters using core java
Java Essentials
Java Programming
New To Java
Training
All Classified
Archived Forums
Enterprise & Remote Computing
Java Essentials
Desktop
Core
Solaris Operating System
Security
Database Connectivity
Java Mobility Forums
Web & Directory Servers
Development Tools
Application & Integration Servers
Java HotSpot Virtual Machine
Other Topics
E-Mail, Calendar, & Collaboration
Developer Tools
General
Administration Tools
Sun Hardware
Storage Forums
Java Enterprise System
StarOffice
Open Source Technologies
BigAdmin
Real-Time
Java Coding