Clayplug Posted December 18, 2022 Share Posted December 18, 2022 I'm experimenting with JInternalFrame for a GUI. The features I like about it are that it comes with the ability to minimize, resize, drag, and stay within the JFrame it's internal to, while not being a Dialog popup that sits outside of the client, etc etc. Is it possible to access the OSB JFrame so I can add the JInternalFrame into it? I tried to make my GUI class extend JInternalFrame, but documentation says you need a JDesktopPane to attach it into. Is there one in OSB? Quote Link to comment Share on other sites More sharing options...
Gunman Posted December 18, 2022 Share Posted December 18, 2022 Use this to get all the frames Frame.getFrames() 1 Quote Link to comment Share on other sites More sharing options...