1. remove borders inside JScrollPane stackoverflow.comI'm trying to put multiple JLists in a JPanel and the JPanel in a JScrollPane. The problem is that when I add the JScrollPane to the equation there is a space ... |
2. Removing Container(ScrollPane) border in AWT stackoverflow.comI was looking for a solution to remove default border in AWT ScrollPane. In JScrollPane its rather simple.. paneScrollPane.setBorder(BorderFactory.createEmptyBorder());or paneScrollPane.setBorder(null);Just wanted to know can we achieve the same effect in ... |
3. AWT ScrollPane without border coderanch.com |
4. JScrollPane Border forums.oracle.com |
5. Swing jscrollpane border opacity forums.oracle.comHi guys, quick question, how do you set the border of a jscrollpane to be opaque(invisable)? In this program we have: a textarea in a scrollpane, both are set to be opaque, as well as the veiwport for the scrollpane. The problem is we have about a 2 pixel thick border around it that we want to get rid of, so ... |
6. JScrollPane border forums.oracle.com |