Skip to content

Missing support for JInternalFrame and JDesktopPane #119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
reggert opened this issue May 6, 2020 · 0 comments · Fixed by #120
Closed

Missing support for JInternalFrame and JDesktopPane #119

reggert opened this issue May 6, 2020 · 0 comments · Fixed by #120

Comments

@reggert
Copy link
Contributor

reggert commented May 6, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant