Container « JInternalFrame « Java Swing Q&A





1. Swing: How could I get JInternalFrame treated equally to other components inside a container?    stackoverflow.com

Background information: I am implementing a visual diagram editor, which consists of

  • different complex elements (re-sizable, with title bar, sub-elements) and
  • different simple elements (not re-sizable, no title bar, no sub-elements).
All elements are draggable. I ...