1
0

remove border from scrollPane

This commit is contained in:
Joel Baldauf
2020-12-10 12:58:40 +01:00
parent 9711ac4e32
commit ca6ce67ea8
+1
View File
@@ -77,6 +77,7 @@ public class frame extends JFrame {
JScrollPane scrollPane = new JScrollPane();
scrollPane.setBounds(399, 16, 379, 281);
scrollPane.setBorder(null);
contentPane.add(scrollPane);