I'm trying to create a JPanel in the size of the screen (It might be bigger than the JFrame) But I want the JFrame to be resizable. is it possible to see the hidden part of the JPanel (The part outside the JFrame) with scrolling (JScrollPane)?
Its my first Java project so please explain your answers
Example in html
<html>
<body> <!-- This is the JFrame -->
<div style="width: 120%; height: 200%;"> <!-- This is the JPanel -->
</div>
</body>
</html>
Paint Example Paint Example