JPanel in a JScrollPane?
Hi,I have a JPanel that can grow in size depending on data results, obviously i can't keep allowing it to get bigger so when it hits a certain length i want scrolling to take over. How do i do this? I've only ever used JTables with JScrollPanes.Thanks.