Parent « JInternalFrame « Java Swing Q&A





1. How can i get the JFrame (parent) of a JInternalFrame?    stackoverflow.com

I'm doing a program like Gimp and i have a JInternalFrame for change the color of shapes and i paint the shapes in other JInternalFrame so i have to get my frame ...

2. JInternalFrame makes the parent panel lose track of MouseWheelEvent?    stackoverflow.com

I have a JDesktopPane which default layer is a JPanel rendering custom Java2d by overriding its paint() method. When the user clicks a rendered object, I open a JInternalFrame displaying details. ...