JSeparator sep = new JSeparator(SwingConstants.CENTER);
sep.setPreferredSize(new Dimension(this.getWidth(),20));
sep.setBackground(new Color(153,153,153));
swing JSeparator分割线
最新推荐文章于 2025-06-05 00:15:00 发布
JSeparator sep = new JSeparator(SwingConstants.CENTER);
sep.setPreferredSize(new Dimension(this.getWidth(),20));
sep.setBackground(new Color(153,153,153));