File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
src/main/java/org/scijava/ui/swing/options Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 1010 </parent >
1111
1212 <artifactId >scijava-ui-swing</artifactId >
13- <version >0.16.3 -SNAPSHOT</version >
13+ <version >0.17.0 -SNAPSHOT</version >
1414
1515 <name >SciJava UI: Swing</name >
1616 <description >SciJava user interface components for Java Swing.</description >
Original file line number Diff line number Diff line change @@ -260,16 +260,4 @@ public static void setupLookAndFeel(final String lookAndFeel) {
260260 }
261261 }
262262 }
263-
264- // -- Deprecated methods --
265-
266- @ Deprecated
267- public UserInterface getUI () {
268- return uiService ().getDefaultUI ();
269- }
270-
271- @ Deprecated
272- public void setUI (@ SuppressWarnings ("unused" ) final UserInterface ui ) {
273- throw new UnsupportedOperationException ();
274- }
275263}
You can’t perform that action at this time.
0 commit comments