|
Java™ by example!
|
|
|
How do I change the margins between JTable grid lines and cell data?
 You can do so with the JTable method setIntercellSpacing. Main.java:
Further Information
Author of answer: Joris Van den Bogaert
Comments
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|