scijava-common
scijava-common copied to clipboard
Make ApplicationFrame interface extend UIComponent<C>
Composition over inheritance. Change SwingApplicationFrame to implement UIComponent<JFrame>, and AWTApplicationFrame to implement UIComponent<Frame>. That way, uiService.getDefaultUI().getApplicationFrame().getComponent() always works.