Hi all! I\'m trying to solve an -apparently- simple problem, but I cannot fix it. I\'m working on a sample application with Java/Swing libraries; I have a JFrame and a JPan
use
panel.setMaximumSize(new Dimension(200,200)); panel.setResizable(false)
instead?