Hi Cory,
Seems there is something wrong with your ConfigOptions. But what could be wrong is just a bit of guessing with such limited information.
Is ConfigOptions a JPanel?
Are you able to add another panel (which contains other controls like buttons, text fields, ...) instead of just a button ? (because I guess such a panel is more similar to your ConfigOptions panel)
My server window is a JFrame and I created a content pane (of type JPanel), which contains all my GUI controls. And then I use the
setContentPane() to change the existing content pane with mine. If you create your own content pane, don't forget to make it opaque (as described in the
API)
Hope it helps!
Kind regards,
Roel