You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scala-swing does not have any support for the JInternalFrame and JDesktopPane elements, which provide support for nesting windows inside a frame. While JDesktopPane can simply be Component.wrap'd, JInternalFrame has its own event hierarchy that is analogous to but separate from window events, and scala-swing does not provide any mappings for these.
The text was updated successfully, but these errors were encountered:
scala-swing
does not have any support for theJInternalFrame
andJDesktopPane
elements, which provide support for nesting windows inside a frame. WhileJDesktopPane
can simply beComponent.wrap
'd,JInternalFrame
has its own event hierarchy that is analogous to but separate from window events, andscala-swing
does not provide any mappings for these.The text was updated successfully, but these errors were encountered: