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 10
10
</parent >
11
11
12
12
<artifactId >scijava-ui-swing</artifactId >
13
- <version >0.16.3 -SNAPSHOT</version >
13
+ <version >0.17.0 -SNAPSHOT</version >
14
14
15
15
<name >SciJava UI: Swing</name >
16
16
<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) {
260
260
}
261
261
}
262
262
}
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
- }
275
263
}
You can’t perform that action at this time.
0 commit comments