i having trouble adding the JSeparator into GUI. It just won't come out =(
i write it like this, but nothing happen...

JSeparator separator = new JSeparator(SwingConstants.HORIZONTAL);
pane.add(separator);

What layout manager are you using? What else is being added to the container?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.