扫码下载编程狮APP
import javax.swing.JTable; public class Main { public static void main(String[] argv) { // Create a table with 10 rows and 5 columns JTable table = new JTable(10, 5); table.setAutoResizeMode(JTable.AUTO_RESIZE_OFF); } }
联系方式:
扫描二维码
下载编程狮App
扫码关注 领资料包