We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae68ab commit f26fdd0Copy full SHA for f26fdd0
2 files changed
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>scijava-ui-swing</artifactId>
13
- <version>0.16.3-SNAPSHOT</version>
+ <version>0.17.0-SNAPSHOT</version>
14
15
<name>SciJava UI: Swing</name>
16
<description>SciJava user interface components for Java Swing.</description>
src/main/java/org/scijava/ui/swing/options/OptionsLookAndFeel.java
@@ -260,16 +260,4 @@ public static void setupLookAndFeel(final String lookAndFeel) {
260
}
261
262
263
-
264
- // -- Deprecated methods --
265
266
- @Deprecated
267
- public UserInterface getUI() {
268
- return uiService().getDefaultUI();
269
- }
270
271
272
- public void setUI(@SuppressWarnings("unused") final UserInterface ui) {
273
- throw new UnsupportedOperationException();
274
275
0 commit comments