Skip to content
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

Support for JInternalFrame based TaskDialogs #35

Open
CroniD opened this issue May 2, 2014 · 0 comments
Open

Support for JInternalFrame based TaskDialogs #35

CroniD opened this issue May 2, 2014 · 0 comments

Comments

@CroniD
Copy link
Contributor

CroniD commented May 2, 2014

Currently it is not possible to use TaskDialogs in an JInternalFrame without dirty hacks. Main problem is, that the TaskDialogContent is strong-bounded to the JDialog instance inside TaskDialog class, see TaskDialogContent.setCommands(Set<? extends TaskDialog.Command>, boolean) which uses the getOwner() method.

A simple API like TaskDialogs for JInternalFrames would be nice and/or an ability to get the TaskDialogContent which is independent of JDialog or JInternalFrame class.

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

No branches or pull requests

2 participants