scijava-common icon indicating copy to clipboard operation
scijava-common copied to clipboard

Make ApplicationFrame interface extend UIComponent<C>

Open ctrueden opened this issue 6 years ago • 0 comments

Composition over inheritance. Change SwingApplicationFrame to implement UIComponent<JFrame>, and AWTApplicationFrame to implement UIComponent<Frame>. That way, uiService.getDefaultUI().getApplicationFrame().getComponent() always works.

ctrueden avatar Oct 23 '19 15:10 ctrueden