JSeparator sep = new JSeparator(SwingConstants.CENTER);
sep.setPreferredSize(new Dimension(this.getWidth(),20));
sep.setBackground(new Color(153,153,153));
swing JSeparator分割线
最新推荐文章于 2021-03-01 22:53:25 发布
JSeparator sep = new JSeparator(SwingConstants.CENTER);
sep.setPreferredSize(new Dimension(this.getWidth(),20));
sep.setBackground(new Color(153,153,153));