Created
April 29, 2014 14:11
-
-
Save yblee85/11401537 to your computer and use it in GitHub Desktop.
Java Remove Column from JTable , Still You can access value
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
remove column from table | |
tableListSchedule.removeColumn(tableListSchedule.getColumnModel().getColumn(1)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment