代码:

String[] arr={"http://itts.ihe.ufo.com/rtts/ws.jsp","http://ittsstg.ihe.ufo.com/rtts/ws.jsp"};
urlCbo=new JComboBox(arr);
urlCbo.setEditable(true);
urlCbo.setFont(new Font("Arial",Font.PLAIN,16));
urlCbo.setSize(new Dimension(800, 40));
urlCbo.setPreferredSize(new Dimension(800, 30));// 这里就是设置JComboBox宽度的代码

效果示例:

如何修改JComboBox的宽度

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-16
  • 2021-11-07
  • 2021-06-17
  • 2022-12-23
猜你喜欢
  • 2021-07-22
  • 2021-12-27
  • 2021-06-19
  • 2021-10-30
  • 2023-03-17
相关资源
相似解决方案