Jump to content

Minimise Button missing on JInternalFrames

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
johnsonk

johnsonk

    Newbie

  • Members
  • PipPip
  • 17 posts
Hello,

So yeah, all of my JInternalFrames are missing the minimise button..
I didn't always have this problem, so I must have changed something to cause it:thumbdown:.


Any ideas as to what could make this happen?


Best regards,
Kyle

#2
johnsonk

johnsonk

    Newbie

  • Members
  • PipPip
  • 17 posts
Ok, well nobody answered but eventually I figured out a solution.
//set minimisable
jinternalFrame.setIconifiable(true);