79669578

Date: 2025-06-17 18:09:00
Score: 1
Natty:
Report link
public class FlowLayoutSeperator extends JSeparator {
    private static final long serialVersionUID = 1L;

    public FlowLayoutSeperator() {
        super(SwingConstants.VERTICAL);
        var fm = this.getFontMetrics(getFont());
        this.setPreferredSize(new Dimension(3, fm.getHeight()));
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jeffty