Ok guys, here comes the humility. It\'s been a long time since I used Java Swing so I know there is some really obvious solution to this problem. What I\'m trying to do is g
You need to set it to visible. Use:
setVisible(true)