是否可以将值放入 setBounds 以将宽度设置为所需的最小值?
JLabel title = new JLabel("Title Text");
title.setBounds(50, 20, ?, 13);
而不是使用猜测和检查来找到最小宽度,有没有我可以使用的值?
是否可以将值放入 setBounds 以将宽度设置为所需的最小值?
JLabel title = new JLabel("Title Text");
title.setBounds(50, 20, ?, 13);
而不是使用猜测和检查来找到最小宽度,有没有我可以使用的值?